public interface WizardState<ST> extends State<ST>
WizardState represents a wizard state.| Modifier and Type | Method and Description |
|---|---|
void |
cancel(ST input)
Cancel the
WizardState. |
void |
finish(ST input)
Finish the
WizardState. |
getName, goNext, goPrevious, hasNext, hasPrevious, isFirst, isLastvoid cancel(ST input)
WizardState.input - the WizardStateMachine objectvoid finish(ST input)
WizardState.input - the WizardStateMachine objectCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.