Module org.apache.wicket.extensions
Interface IWizardModelListener
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable,Serializable
- All Known Implementing Classes:
Wizard
Receives notifications for wizard model state changes.
- Author:
- Eelco Hillenius
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonActiveStepChanged(IWizardStep newStep) Called when the active step of this model changed.default voidonCancel()Called when the wizard was cancelled.default voidonFinish()Called when the wizard finished successfully.
-
Method Details
-
onActiveStepChanged
Called when the active step of this model changed.- Parameters:
newStep- The new step
-
onCancel
Called when the wizard was cancelled. -
onFinish
Called when the wizard finished successfully.
-