Interface IBaseWizardStateMachine<S>
- Type Parameters:
S
- the type parameter for the state
- All Superinterfaces:
IWizardStateMachine<S>
- All Known Implementing Classes:
BaseWizardStateMachine
,BaseWizardStateMachineModel
The interface
IBaseWizardStateMachine
extends IWizardStateMachine
and adds
methods for canceling and finishing the wizard.-
Method Summary
Methods inherited from interface io.github.astrapi69.design.pattern.state.wizard.IWizardStateMachine
getCurrentState, next, previous, setCurrentState
-
Method Details
-
cancel
void cancel()Cancels the wizard. -
finish
void finish()Finishes the wizard.
-