Package io.github.astrapi69.design.pattern.state.wizard.model
package io.github.astrapi69.design.pattern.state.wizard.model
-
ClassDescriptionThe class
BaseWizardStateMachineModel
implementsIBaseWizardStateMachine
and manages the state transitions for a wizard with a model object.The enumNavigationEventState
represents different states of navigation events that can occur in a wizard navigation processThe classWizardStateInfo
represents the state information of a wizard step.