|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardListener
Interface to specify wizard event, such as the wizard completion or cancel, to let obsevers know when a wizard is done.
| Method Summary | |
|---|---|
void |
onCancel(Wizard sender)
Fired when the wizard is canceled. |
void |
onFinish(Wizard sender,
Object result)
Fired when the wizard is finished, passing the result of the wizard in its parameter. |
| Method Detail |
|---|
void onFinish(Wizard sender,
Object result)
sender - the source of this wizard eventresult - the result of the wizard.void onCancel(Wizard sender)
sender - the source of this wizard event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||