metasim 01/01/24 11:51:27
Modified: src/antidote/org/apache/tools/ant/gui/wizard WizardData.java
Log:
Incremental update.
Revision Changes Path
1.2 +11 -1
jakarta-ant/src/antidote/org/apache/tools/ant/gui/wizard/WizardData.java
Index: WizardData.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/wizard/WizardData.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WizardData.java 2001/01/17 22:23:32 1.1
+++ WizardData.java 2001/01/24 19:51:26 1.2
@@ -58,7 +58,7 @@
/**
* Interface for the wizard data model.
*
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
* @author Simeon Fitch
*/
public interface WizardData {
@@ -75,5 +75,15 @@
* @return State machine.
*/
StateMachine getStateMachine();
+
+
+ /**
+ * Get any listeners to register with the wizard controller.
+ *
+ * @return WizardListener instances to register for control events, or
null
+ * for none.
+ */
+ // XXX not sure about this yet.
+ //WizardListener[] getWizardListeners();
}