Uses of Class
org.apache.mina.statemachine.event.Event

Packages that use Event
org.apache.mina.statemachine   
org.apache.mina.statemachine.event   
org.apache.mina.statemachine.transition   
 

Uses of Event in org.apache.mina.statemachine
 

Methods in org.apache.mina.statemachine with parameters of type Event
 void StateMachine.handle(Event event)
          Processes the specified Event through this StateMachine.
 

Uses of Event in org.apache.mina.statemachine.event
 

Methods in org.apache.mina.statemachine.event that return Event
 Event DefaultEventFactory.create(StateContext context, Method method, Object[] arguments)
           
 Event EventFactory.create(StateContext context, Method method, Object[] arguments)
          Creates a new Event from the specified method and method arguments.
 Event UnhandledEventException.getEvent()
          Returns the Event which couldn't be handled.
 

Constructors in org.apache.mina.statemachine.event with parameters of type Event
UnhandledEventException(Event event)
           
 

Uses of Event in org.apache.mina.statemachine.transition
 

Methods in org.apache.mina.statemachine.transition with parameters of type Event
protected abstract  boolean AbstractTransition.doExecute(Event event)
          Executes this Transition.
 boolean MethodTransition.doExecute(Event event)
           
protected  boolean NoopTransition.doExecute(Event event)
           
 boolean AbstractTransition.execute(Event event)
           
 boolean Transition.execute(Event event)
          Executes this Transition.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.