|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WizardListener
A Listener for WizardEvents
| Method Summary | |
|---|---|
void |
actionPerformed(WizardEvent event)
Notifies the listener that a WizardAction has been executed. |
void |
pageSelected(WizardEvent event)
Notifies the listener that a WizardPage has been selected. |
void |
wizardCancelled(WizardEvent event)
Notifies the listener that the Wizard has been cancelled. |
void |
wizardFinished(WizardEvent event)
Notifies the listener that the Wizard was finished successfully. |
void |
wizardStarted(WizardEvent event)
Notifies the listener that the Wizard has been started. |
| Method Detail |
|---|
void actionPerformed(WizardEvent event)
Notifies the listener that a WizardAction has been executed.
event - the eventvoid pageSelected(WizardEvent event)
Notifies the listener that a WizardPage has been selected. Note that this happens just before the page is shown.
event - the eventvoid wizardCancelled(WizardEvent event)
Notifies the listener that the Wizard has been cancelled.
event - the eventvoid wizardFinished(WizardEvent event)
Notifies the listener that the Wizard was finished successfully.
event - the eventvoid wizardStarted(WizardEvent event)
Notifies the listener that the Wizard has been started.
event - the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||