public interface WizardListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 eventCopyright © 2004–2016 XWiki. All rights reserved.