| 程序包 | 说明 |
|---|---|
| org.apache.mina.example.tapedeck | |
| org.apache.mina.statemachine.annotation |
| 类和说明 |
|---|
| IoFilterTransition
Annotation used on methods to indicate that the method handles a specific
kind of
IoFilterEvents event when in a specific state. |
| 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.
|
| 类和说明 |
|---|
| TransitionAnnotation
Annotation used to mark other annotations as being transition annotations.
|