public class TransitionAdapter extends java.lang.Object implements TransitionListener
Constructor and Description |
---|
TransitionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onTransition(State source,
Event event,
State destination)
The transition was processed.
|
public void onTransition(State source, Event event, State destination)
TransitionListener
onTransition
in interface TransitionListener
source
- the source stateevent
- the eventdestination
- the destination stateCopyright 2012-2013 Michal Turek, AnotherFSM.