Class DefaultPseudoState<S,E>
java.lang.Object
org.springframework.statemachine.state.AbstractPseudoState<S,E>
org.springframework.statemachine.state.DefaultPseudoState<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Implemented Interfaces:
PseudoState<S,
E>
Default implementation of a
PseudoState
which is a simple passthrough
via AbstractPseudoState
.-
Constructor Summary
ConstructorDescriptionInstantiates a new default pseudo state. -
Method Summary
Methods inherited from class org.springframework.statemachine.state.AbstractPseudoState
addPseudoStateListener, entry, exit, getKind, notifyContext, setPseudoStateListeners
-
Constructor Details
-
DefaultPseudoState
Instantiates a new default pseudo state.- Parameters:
kind
- the kind
-