Class LatchStateMachineListener<S,E>

java.lang.Object
org.springframework.statemachine.listener.StateMachineListenerAdapter<S,E>
org.springframework.statemachine.test.support.LatchStateMachineListener<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineListener<S,E>

public class LatchStateMachineListener<S,E> extends StateMachineListenerAdapter<S,E>
A StateMachineListener which is used during the tests to assert correct count of listener callbacks.