public interface WizardListener
Modifier and Type | Method and Description |
---|---|
void |
currentStep(WizardStepModel oldStep,
WizardStepModel newStep)
Method called when the current step has changed.
|
void |
finishableChanged(boolean canFinish)
Method called when finish status has changed.
|
void |
historyChanged(List<WizardStepModel> stepHistory)
Method called when the history has changed.
|
void |
nextableChanged(boolean canNext)
Method called when next status has changed.
|
void |
previousChanged(boolean canPrevious)
Method called when previous status has changed.
|
void |
update()
Method called when an update has been made.
|
void |
userCancels()
Method called when the user selects the cancel status.
|
void |
userFinishes()
Method called when the user selects the finish status.
|
void update()
void finishableChanged(boolean canFinish)
canFinish
- void nextableChanged(boolean canNext)
canNext
- void previousChanged(boolean canPrevious)
canPrevious
- void currentStep(WizardStepModel oldStep, WizardStepModel newStep)
oldStep
- newStep
- void historyChanged(List<WizardStepModel> stepHistory)
stepHistory
- void userFinishes()
void userCancels()
Plealog Software - 2003-2017