Package org.apache.mina.statemachine.transition
-
Interface Summary Interface Description SelfTransition The interface implemented by classes which need to react on entering a certain states.Transition The interface implemented by classes which need to react on transitions between states. -
Class Summary Class Description AbstractSelfTransition AbstractSelfTransitionimplementation.AbstractTransition AbstractTransitionimplementation.MethodSelfTransition SelfTransitionwhich invokes aMethod.MethodTransition Transitionwhich invokes aMethod.NoopTransition Transitionimplementation which does nothing but change the state. -
Exception Summary Exception Description AmbiguousMethodException Thrown by the constructors inMethodTransitionif there are several methods with the specifed name in the target object's class.MethodInvocationException Thrown byMethodTransitionif the target method couldn't be invoked or threw an exception.NoSuchMethodException RuntimeExceptionequivalent ofNoSuchMethodException.