Uses of Class
org.apache.mina.statemachine.annotation.TransitionAnnotation

Packages that use TransitionAnnotation
org.apache.mina.statemachine.annotation   
 

Uses of TransitionAnnotation in org.apache.mina.statemachine.annotation
 

Classes in org.apache.mina.statemachine.annotation with annotations of type TransitionAnnotation
 interface IoFilterTransition
          Annotation used on methods to indicate that the method handles a specific kind of IoFilterEvents event when in a specific state.
 interface IoHandlerTransition
          Annotation used on methods to indicate that the method handles a specific kind of IoHandlerEvents event when in a specific state.
 interface Transition
          Annotation used on methods to indicate that the method handles a specific kind of event when in a specific state.
 



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