|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.model.TransitionTarget
public abstract class TransitionTarget
An abstract base class for elements in SCXML that can serve as a <target> for a <transition>, such as State or Parallel.
Constructor Summary | |
---|---|
TransitionTarget()
Constructor |
Method Summary | |
---|---|
void |
addListener(SCXMLListener lst)
Register a listener to this document root |
java.lang.String |
getId()
Get the identifier for this transition target (may be null). |
NotificationRegistry |
getNotificationRegistry()
Get the notification registry. |
OnEntry |
getOnEntry()
Get the onentry property. |
OnExit |
getOnExit()
Get the onexit property. |
TransitionTarget |
getParent()
Get the parent TransitionTarget |
State |
getParentState()
Get the parent State |
void |
removeListener(SCXMLListener lst)
Deregister a listener from this document root |
void |
setId(java.lang.String id)
Set the identifier for this transition target |
void |
setNotificationRegistry(NotificationRegistry reg)
Supply this TransitionTarget object a handle to the notification registry. |
void |
setOnEntry(OnEntry onentry)
Set the onentry property. |
void |
setOnExit(OnExit onexit)
Set the onexit property. |
void |
setParent(TransitionTarget parent)
Set the parent TransitionTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransitionTarget()
Method Detail |
---|
public void addListener(SCXMLListener lst)
addListener
in interface Observable
lst
- The SCXMLListener to addpublic void removeListener(SCXMLListener lst)
removeListener
in interface Observable
lst
- The SCXMLListener to removepublic void setNotificationRegistry(NotificationRegistry reg)
reg
- The notification registrypublic NotificationRegistry getNotificationRegistry()
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to set.public OnEntry getOnEntry()
public void setOnEntry(OnEntry onentry)
onEntry
- The onEntry to set.public OnExit getOnExit()
public void setOnExit(OnExit onexit)
onExit
- The onExit to set.public TransitionTarget getParent()
public void setParent(TransitionTarget parent)
parent
- The parent state to setpublic State getParentState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |