Class StateMachineListenerAdapter<S,E>

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

public class StateMachineListenerAdapter<S,E> extends Object implements StateMachineListener<S,E>
Adapter implementation of StateMachineListener implementing all methods which extended implementation can override.
Author:
Janne Valkealahti