|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Transition | The interface implemented by classes which need to react on transitions between states. |
Class Summary | |
---|---|
AbstractTransition | Abstract Transition implementation. |
MethodTransition | Transition which invokes a Method . |
NoopTransition | Transition implementation which does nothing but change the state. |
Exception Summary | |
---|---|
AmbiguousMethodException | Thrown by the constructors in MethodTransition if there are several
methods with the specifed name in the target object's class. |
MethodInvocationException | Thrown by MethodTransition if the target method couldn't be invoked
or threw an exception. |
NoSuchMethodException | RuntimeException equivalent of NoSuchMethodException . |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |