Class ImmediateTransitionState


public class ImmediateTransitionState extends AbstractTransitionState
Cuts directly to the set target state, without any intermediate transition action.
  • Constructor Details

    • ImmediateTransitionState

      public ImmediateTransitionState(String targetState)
      Construct a new transition state.
      Parameters:
      targetState - the name of the state to transition to.
  • Method Details