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

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

Uses of Event in org.apache.mina.example.tapedeck
 

Methods in org.apache.mina.example.tapedeck with parameters of type Event
 void TapeDeckServer.error(Event event, StateContext context, IoSession session, Command cmd)
           
 

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
 boolean MethodTransition.doExecute(Event event)
           
protected  boolean NoopTransition.doExecute(Event event)
           
protected abstract  boolean AbstractTransition.doExecute(Event event)
          Executes this Transition.
 boolean Transition.execute(Event event)
          Executes this Transition.
 boolean AbstractTransition.execute(Event event)
           
 



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