@Deprecated public static class FiniteStateMachine.FailTransition extends Object implements ITransition<Enum<?>,Enum<?>,Object,Object>
transition that throws an IllegalStateException.| Constructor and Description |
|---|
FailTransition()
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.