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 EventFactory.create(StateContext context, Method method, Object[] arguments)
          Creates a new Event from the specified method and method arguments.
 Event DefaultEventFactory.create(StateContext context, Method method, Object[] 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.
protected  boolean NoopTransition.doExecute(Event event)
           
 boolean MethodTransition.doExecute(Event event)
           
 boolean Transition.execute(Event event)
          Executes this Transition.
 boolean AbstractTransition.execute(Event event)
           
 



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