Uses of Class
org.apache.commons.scxml.model.OnEntry

Packages that use OnEntry
org.apache.commons.scxml.model A collection of classes needed to model SCXML documents. 
 

Uses of OnEntry in org.apache.commons.scxml.model
 

Methods in org.apache.commons.scxml.model that return OnEntry
 OnEntry TransitionTarget.getOnEntry()
          Get the onentry property.
 

Methods in org.apache.commons.scxml.model with parameters of type OnEntry
 void TransitionTarget.setOnEntry(OnEntry onEntry)
          Set the onentry property.
 



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