edu.udo.cs.yale.gui.wizards
Interface ConfigurationWizardCreator

All Known Implementing Classes:
DBExampleSourceConfigurationWizard, DBExampleSourceConfigurationWizardCreator, ExampleSourceConfigurationWizardCreator

public interface ConfigurationWizardCreator

This interface must be implemented by all classes which are able to create a Wizard dialog for a given ConfigurationListener. The wizard must ensure himself that at the end of configuration the listener will be noticed about the parameter changes. Please make sure that implementing classes provide an empty constructor since objects will be constructed via reflection. The actual wizard can than be created by the method defined in this interface.

Version:
$Id: ConfigurationWizardCreator.java,v 1.2 2006/10/02 23:06:45 ingomierswa Exp $
Author:
Ingo Mierswa

Method Summary
 void createConfigurationWizard(ConfigurationListener listener)
           
 

Method Detail

createConfigurationWizard

void createConfigurationWizard(ConfigurationListener listener)


Copyright © 2001-2006