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

java.lang.Object
  extended byorg.apache.taglibs.rdc.scxml.model.Executable
      extended byorg.apache.taglibs.rdc.scxml.model.OnEntry

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.

Author:
Rahul Akolkar, Jaroslav Gergic

Field Summary
 
Fields inherited from class org.apache.taglibs.rdc.scxml.model.Executable
parent
 
Constructor Summary
OnEntry()
          Constructor
 
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

OnEntry

public OnEntry()
Constructor



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.