Uses of Class
org.apache.mina.statemachine.event.Event
-
Packages that use Event Package Description org.apache.mina.statemachine org.apache.mina.statemachine.event org.apache.mina.statemachine.transition -
-
Uses of Event in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine with type parameters of type Event Modifier and Type Field Description private java.lang.ThreadLocal<java.util.LinkedList<Event>>StateMachine. eventQueueThreadLocalMethods in org.apache.mina.statemachine with parameters of type Event Modifier and Type Method Description voidStateMachine. handle(Event event)Processes the specifiedEventthrough thisStateMachine.private voidStateMachine. handle(State state, Event event)Method parameters in org.apache.mina.statemachine with type arguments of type Event Modifier and Type Method Description private voidStateMachine. processEvents(java.util.LinkedList<Event> eventQueue) -
Uses of Event in org.apache.mina.statemachine.event
Fields in org.apache.mina.statemachine.event declared as Event Modifier and Type Field Description private EventUnhandledEventException. eventMethods in org.apache.mina.statemachine.event that return Event Modifier and Type Method Description EventDefaultEventFactory. create(StateContext context, java.lang.reflect.Method method, java.lang.Object[] arguments)Creates a newEventfrom the specified method and method arguments.EventEventFactory. create(StateContext context, java.lang.reflect.Method method, java.lang.Object[] arguments)Creates a newEventfrom the specified method and method arguments.EventUnhandledEventException. getEvent()Constructors in org.apache.mina.statemachine.event with parameters of type Event Constructor Description UnhandledEventException(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 Event Modifier and Type Method Description protected abstract booleanAbstractTransition. doExecute(Event event)Executes thisTransition.booleanMethodTransition. doExecute(Event event)Executes thisTransition.protected booleanNoopTransition. doExecute(Event event)Executes thisTransition.booleanAbstractTransition. execute(Event event)Executes thisTransition.booleanTransition. execute(Event event)Executes thisTransition.
-