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

Packages that use SCXMLListener
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. 
 

Uses of SCXMLListener in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml with parameters of type SCXMLListener
 void SCXMLExecutor.addListener(SCXML scxml, SCXMLListener listener)
          Add a listener to the document root.
 void SCXMLExecutor.addListener(Transition transition, SCXMLListener listener)
          Add a listener to this transition.
 void SCXMLExecutor.addListener(TransitionTarget transitionTarget, SCXMLListener listener)
          Add a listener to this transition target.
 void SCXMLExecutor.removeListener(SCXML scxml, SCXMLListener listener)
          Remove this listener from the document root.
 void SCXMLExecutor.removeListener(Transition transition, SCXMLListener listener)
          Remove this listener for this transition.
 void SCXMLExecutor.removeListener(TransitionTarget transitionTarget, SCXMLListener listener)
          Remove this listener for this transition target.
 

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

Classes in org.apache.commons.scxml.env that implement SCXMLListener
 class AbstractSCXMLListener
          An abstract adapter class for the SXCMLListener interface.
protected  class AbstractStateMachine.EntryListener
          A SCXMLListener that is only concerned about "onentry" notifications.
 class SimpleSCXMLListener
          Simple SCXML Listener that logs execution.
 class Tracer
          A simple tracer connected to Apache Commons Logging.
 



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