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

Packages that use Status
org.apache.commons.scxml The Commons SCXML executor and core concepts. 
 

Uses of Status in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml that return Status
 Status Step.getAfterStatus()
           
 Status Step.getBeforeStatus()
           
 Status SCXMLExecutor.getCurrentStatus()
          Get the current status.
 

Methods in org.apache.commons.scxml with parameters of type Status
 void Step.setAfterStatus(Status afterStatus)
           
 void Step.setBeforeStatus(Status beforeStatus)
           
 

Constructors in org.apache.commons.scxml with parameters of type Status
Step(Collection externalEvents, Status beforeStatus)
           
 



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