| Name | Description | Type | Package | Framework | 
| DefaultEventFactory | Default EventFactory implementation. | Class | org.apache.mina.statemachine.event | Apache Mina | 
| Event | Represents an event which typically corresponds to a method call on a proxy. | Class | org.apache.mina.statemachine.event | Apache Mina | 
| EventArgumentsInterceptor | Intercepts the Event arguments before the Event is passed to the StateMachine and allows for the arguments to be modified. | Interface | org.apache.mina.statemachine.event | Apache Mina | 
| EventFactory | Used by StateMachineProxyBuilder to create Event objects when methods are invoked on the proxy. | Interface | org.apache.mina.statemachine.event | Apache Mina | 
| IoFilterEvents | Defines all possible MINA IoFilter events for use in IoFilterTransitionAuthor:Apache MINA Project | Class | org.apache.mina.statemachine.event | Apache Mina | 
| IoHandlerEvents | enum IoHandlerEventsDefines all possible MINA IoHandler events for use in IoHandlerTransition | Class | org.apache.mina.statemachine.event | Apache Mina | 
| UnhandledEventException | Thrown when an Event passed to a state machine couldn't be handled. | Class | org.apache.mina.statemachine.event | Apache Mina |