Interface BaseWizardState<ST>
- Type Parameters:
ST
- the type parameter for the state machine
- All Superinterfaces:
WizardState<ST>
The interface
BaseWizardState
represents a wizard state.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Cancel theBaseWizardState
.void
Finish theBaseWizardState
.Methods inherited from interface io.github.astrapi69.design.pattern.state.wizard.WizardState
getName, getWizardStateInfo, goNext, goPrevious, hasNext, hasPrevious, isFirst, isLast, setFirst, setLast, setName, setNext, setPrevious, setWizardStateInfo
-
Method Details
-
cancel
Cancel theBaseWizardState
.- Parameters:
input
- theBaseWizardStateMachine
object
-
finish
Finish theBaseWizardState
.- Parameters:
input
- theBaseWizardStateMachine
object
-