public interface IWizardModelListener extends org.apache.wicket.util.io.IClusterable
| Modifier and Type | Method and Description |
|---|---|
void |
onActiveStepChanged(IWizardStep newStep)
Called when the active step of this model changed.
|
void |
onCancel()
Called when the wizard was cancelled.
|
void |
onFinish()
Called when the wizard finished succesfully.
|
void onActiveStepChanged(IWizardStep newStep)
newStep - The new stepvoid onCancel()
void onFinish()
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.