Package org.apache.mina.statemachine.transition
package org.apache.mina.statemachine.transition
-
ClassDescriptionAbstract
SelfTransitionimplementation.AbstractTransitionimplementation.Thrown by the constructors inMethodTransitionif there are several methods with the specifed name in the target object's class.Thrown byMethodTransitionif the target method couldn't be invoked or threw an exception.SelfTransitionwhich invokes aMethod.Transitionwhich invokes aMethod.Transitionimplementation which does nothing but change the state.RuntimeExceptionequivalent ofNoSuchMethodException.The interface implemented by classes which need to react on entering a certain states.The interface implemented by classes which need to react on transitions between states.