Type Parameters:
S - the type parameter for the state
All Superinterfaces:
IWizardStateMachine<S>
All Known Implementing Classes:
BaseWizardStateMachine, BaseWizardStateMachineModel

public interface IBaseWizardStateMachine<S> extends IWizardStateMachine<S>
The interface IBaseWizardStateMachine extends IWizardStateMachine and adds methods for canceling and finishing the wizard.
  • Method Details

    • cancel

      void cancel()
      Cancels the wizard.
    • finish

      void finish()
      Finishes the wizard.