org.apache.commons.scxml.model
Class OnEntry

java.lang.Object
  extended by org.apache.commons.scxml.model.Executable
      extended by org.apache.commons.scxml.model.OnEntry
All Implemented Interfaces:
Serializable

public class OnEntry
extends Executable

The class in this SCXML object model that corresponds to the <onentry> SCXML element, which is an optional property holding executable content to be run upon entering the parent State or Parallel.

See Also:
Serialized Form

Constructor Summary
OnEntry()
          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

OnEntry

public OnEntry()
Constructor.



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