com.rapidminer.gui.wizards
Interface PreviewCreator
- All Superinterfaces:
- java.io.Serializable
public interface PreviewCreator
- extends java.io.Serializable
This interface must be implemented by all classes which are able to create a preview dialog for
a given PreviewListener. 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.
- Author:
- Ingo Mierswa
createPreview
void createPreview(PreviewListener listener)
Copyright © 2001-2009 by Rapid-I