Class CompositeEnsembleListener<S,E>

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

public class CompositeEnsembleListener<S,E> extends AbstractCompositeListener<EnsembleListener<S,E>> implements EnsembleListener<S,E>
Default EnsembleListener dispatcher.
Author:
Janne Valkealahti