Uses of Class
org.apache.mina.statemachine.event.Event
Packages that use Event
Package
Description
-
Uses of Event in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine with type parameters of type EventModifier and TypeFieldDescriptionprivate final ThreadLocal<LinkedList<Event>> StateMachine.eventQueueThreadLocalMethods in org.apache.mina.statemachine with parameters of type EventModifier and TypeMethodDescriptionvoidProcesses the specifiedEventthrough thisStateMachine.private voidMethod parameters in org.apache.mina.statemachine with type arguments of type EventModifier and TypeMethodDescriptionprivate voidStateMachine.processEvents(LinkedList<Event> eventQueue) -
Uses of Event in org.apache.mina.statemachine.event
Fields in org.apache.mina.statemachine.event declared as EventMethods in org.apache.mina.statemachine.event that return EventModifier and TypeMethodDescriptionDefaultEventFactory.create(StateContext context, Method method, Object[] arguments) Creates a newEventfrom the specified method and method arguments.EventFactory.create(StateContext context, Method method, Object[] arguments) Creates a newEventfrom the specified method and method arguments.UnhandledEventException.getEvent()Constructors in org.apache.mina.statemachine.event with parameters of type EventModifierConstructorDescriptionUnhandledEventException(Event event) Creates a new UnhandledEventException instance -
Uses of Event in org.apache.mina.statemachine.transition
Methods in org.apache.mina.statemachine.transition with parameters of type EventModifier and TypeMethodDescriptionprotected abstract booleanExecutes thisTransition.booleanExecutes thisTransition.protected booleanExecutes thisTransition.booleanExecutes thisTransition.booleanExecutes thisTransition.