Uses of Class
org.apache.commons.scxml.TriggerEvent

Packages that use TriggerEvent
org.apache.commons.scxml The Commons SCXML executor and core concepts. 
org.apache.commons.scxml.invoke A collection of classes related to the SCXML <invoke> element and its children, dealing with the invocation of activities associated with a particular state in the state machine. 
org.apache.commons.scxml.semantics A collection of classes responsible for implementations of the org.apache.commons.scxml.SCXMLSemantics interface. 
 

Uses of TriggerEvent in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml with parameters of type TriggerEvent
 void SCXMLSemantics.processInvokes(TriggerEvent[] events, ErrorReporter errRep, SCInstance scInstance)
          Forward events to invoked activities, execute finalize handlers.
 void SCXMLExecutor.triggerEvent(TriggerEvent evt)
          Convenience method when only one event needs to be triggered.
 void SCXMLExecutor.triggerEvents(TriggerEvent[] evts)
          The worker method.
 

Uses of TriggerEvent in org.apache.commons.scxml.invoke
 

Methods in org.apache.commons.scxml.invoke with parameters of type TriggerEvent
 void SimpleSCXMLInvoker.parentEvents(TriggerEvent[] evts)
          Forwards the events triggered on the parent state machine on to the invoked activity..
 void Invoker.parentEvents(TriggerEvent[] evts)
          Forwards the events triggered on the parent state machine on to the invoked activity.
 

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

Methods in org.apache.commons.scxml.semantics with parameters of type TriggerEvent
 void SCXMLSemanticsImpl.processInvokes(TriggerEvent[] events, ErrorReporter errRep, SCInstance scInstance)
          Process any existing invokes, includes forwarding external events, and executing any finalize handlers.
 



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