Class StateListenerAdapter<S,E>

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

public class StateListenerAdapter<S,E> extends Object implements StateListener<S,E>
Adapter implementation of StateListener implementing all methods which extended implementation can override.
  • Constructor Details

    • StateListenerAdapter

      public StateListenerAdapter()
  • Method Details