Class EnsembleListenerAdapter<S,E>

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

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