Package org.apache.mina.statemachine.annotation

Annotation Types Summary
IoFilterTransition Annotation used on methods to indicate that the method handles a specific kind of IoFilterEvents event when in a specific state.
IoFilterTransitions Annotation used to annotate a method with several IoFilterTransitions.
IoHandlerTransition Annotation used on methods to indicate that the method handles a specific kind of IoHandlerEvents event when in a specific state.
IoHandlerTransitions Annotation used to annotate a method with several IoHandlerTransitions.
State Annotation used to define the states in a state machine.
Transition Annotation used on methods to indicate that the method handles a specific kind of event when in a specific state.
TransitionAnnotation Annotation used to mark other annotations as being transition annotations.
Transitions Annotation used to annotate a method with several Transitions.
 



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.