Uses of Class
org.apache.mina.statemachine.annotation.TransitionAnnotation
-
Packages that use TransitionAnnotation Package Description 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 Modifier and Type Class Description interfaceIoFilterTransitionAnnotation used on methods to indicate that the method handles a specific kind ofIoFilterEventsevent when in a specific state.interfaceIoHandlerTransitionAnnotation used on methods to indicate that the method handles a specific kind ofIoHandlerEventsevent when in a specific state.interfaceTransitionAnnotation used on methods to indicate that the method handles a specific kind of event when in a specific state.
-