Class CompositeStateListener<S,E>

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

public class CompositeStateListener<S,E> extends AbstractCompositeListener<StateListener<S,E>> implements StateListener<S,E>
Composite state listener.
Author:
Janne Valkealahti
  • Constructor Details

    • CompositeStateListener

      public CompositeStateListener()
  • Method Details