|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardListener
A WizardListener is notified by a specified Wizard when one of its buttons was pushed and the corresponding action has been performed.
| Method Summary | |
|---|---|
void |
wizardCancelled(Wizard wizard)
Send when the Wizard was cancelled. |
void |
wizardFinished(Wizard wizard)
Send when the wizard has finished. |
void |
wizardProceeded(Wizard wizard)
Send when the Wizard has proceeded to the next WizardSheet, i.e. |
void |
wizardReceded(Wizard wizard)
Send when the Wizard has receded to the previous WizardSheet, i.e. |
| Method Detail |
|---|
void wizardCancelled(Wizard wizard)
void wizardProceeded(Wizard wizard)
void wizardReceded(Wizard wizard)
void wizardFinished(Wizard wizard)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||