org.apache.commons.scxml.model
Class OnExit

java.lang.Object
  extended by org.apache.commons.scxml.model.Executable
      extended by 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.
 
Method Summary
 
Methods inherited from class org.apache.commons.scxml.model.Executable
addAction, getActions, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnExit

public OnExit()
Constructor.



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