Uses of Interface
org.apache.commons.scxml.EventDispatcher

Packages that use EventDispatcher
org.apache.commons.scxml The Commons SCXML executor and core concepts. 
org.apache.commons.scxml.env A collection of classes that may be commonly used to bridge the SCXML executor to the runtime environment. 
org.apache.commons.scxml.model A collection of classes needed to model SCXML documents. 
org.apache.commons.scxml.semantics A collection of classes responsible for implementations of the org.apache.commons.scxml.SCXMLSemantics interface. 
 

Uses of EventDispatcher in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml that return EventDispatcher
 EventDispatcher SCXMLExecutor.getEventdispatcher()
          Get the event dispatcher.
 

Methods in org.apache.commons.scxml with parameters of type EventDispatcher
 void SCXMLSemantics.executeActions(Step step, SCXML stateMachine, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
          Executes all OnExit/Transition/OnEntry transitional actions.
 void SCXMLSemantics.filterTransitionsSet(Step step, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
          Filter the transitions set, eliminate those whose guard conditions are not satisfied.
 void SCXMLExecutor.setEventdispatcher(EventDispatcher eventdispatcher)
          Set the event dispatcher.
 

Constructors in org.apache.commons.scxml with parameters of type EventDispatcher
SCXMLExecutor(Evaluator expEvaluator, EventDispatcher evtDisp, ErrorReporter errRep)
          Constructor.
SCXMLExecutor(Evaluator expEvaluator, EventDispatcher evtDisp, ErrorReporter errRep, SCXMLSemantics semantics)
          Constructor.
 

Uses of EventDispatcher in org.apache.commons.scxml.env
 

Classes in org.apache.commons.scxml.env that implement EventDispatcher
 class SimpleDispatcher
          Trivial EventDispatcher implementation.
 class SimpleScheduler
          EventDispatcher implementation that can schedule delayed <send> events for the "scxml" targettype attribute value (which is also the default).
 

Uses of EventDispatcher in org.apache.commons.scxml.model
 

Methods in org.apache.commons.scxml.model with parameters of type EventDispatcher
 void Var.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void Send.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void Log.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void If.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void Exit.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void Event.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void ElseIf.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void Cancel.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 void Assign.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
abstract  void Action.execute(EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance, org.apache.commons.logging.Log appLog, Collection derivedEvents)
          Execute this action instance.
 

Uses of EventDispatcher in org.apache.commons.scxml.semantics
 

Methods in org.apache.commons.scxml.semantics with parameters of type EventDispatcher
 void SCXMLSemanticsImpl.executeActions(Step step, SCXML stateMachine, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
          Executes all OnExit/Transition/OnEntry transitional actions.
 void SCXMLSemanticsImpl.filterTransitionsSet(Step step, EventDispatcher evtDispatcher, ErrorReporter errRep, SCInstance scInstance)
           
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.