Class DefaultPseudoStateContext<S,E>

java.lang.Object
org.springframework.statemachine.state.DefaultPseudoStateContext<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
PseudoStateContext<S,E>

public class DefaultPseudoStateContext<S,E> extends Object implements PseudoStateContext<S,E>
Default implementation of a PseudoStateContext.
Author:
Janne Valkealahti