org.apache.commons.scxml.model
Class OnExit
java.lang.Object
  
org.apache.commons.scxml.model.Executable
      
org.apache.commons.scxml.model.OnExit
- All Implemented Interfaces: 
 - Serializable
 
public class OnExit
- extends Executable
 
The class in this SCXML object model that corresponds to the
 <onexit> SCXML element, which is an optional property
 holding executable content to be run upon exiting the parent
 State or Parallel.
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
OnExit()
 
          Constructor. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OnExit
public OnExit()
- Constructor.
 
Copyright © 2005-2007 The Apache Software Foundation. All Rights Reserved.