Interface PseudoStateContext<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Known Implementing Classes:
DefaultPseudoStateContext
public interface PseudoStateContext<S,E>
Context object using in
PseudoStateListener
.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The PseudoAction enumeration. -
Method Summary
Modifier and TypeMethodDescriptionGets the pseudo action.Gets the pseudo state.
-
Method Details
-
getPseudoState
PseudoState<S,E> getPseudoState()Gets the pseudo state.- Returns:
- the pseudo state
-
getPseudoAction
PseudoStateContext.PseudoAction getPseudoAction()Gets the pseudo action.- Returns:
- the pseudo action
-