org.apache.taglibs.rdc.scxml.model
Class OnExit

java.lang.Object
  extended by org.apache.taglibs.rdc.scxml.model.Executable
      extended by org.apache.taglibs.rdc.scxml.model.OnExit

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.

Author:
Rahul Akolkar, Jaroslav Gergic

Field Summary
 
Fields inherited from class org.apache.taglibs.rdc.scxml.model.Executable
parent
 
Constructor Summary
OnExit()
          Constructor
 
Method Summary
 
Methods inherited from class org.apache.taglibs.rdc.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 ? 2000-2004 The Apache Software Foundation. All Rights Reserved.