Class CompositeStateMachineListener<S,E>

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

public class CompositeStateMachineListener<S,E> extends AbstractCompositeListener<StateMachineListener<S,E>> implements StateMachineListener<S,E>
Default StateMachineListener dispatcher.