@Deprecated public static class FiniteStateMachine.IgnoreTransition extends Object implements ITransition<Enum<?>,Enum<?>,Object,Object>
transition that does nothing.| Constructor and Description |
|---|
IgnoreTransition()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Object subject,
Enum<?> state,
Enum<?> event,
Object data)
Deprecated.
|
String |
toString()
Deprecated.
|
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.