|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Observable
Interface that allows an entity within an SCXML document to have listeners attached to itself so they may be informed of events within this entity's realm.
Method Summary | |
---|---|
void |
addListener(SCXMLListener lst)
Add this SCXMLListener to the list of listeners associated with this SCXML model entity |
void |
removeListener(SCXMLListener lst)
Remove this SCXMLListener from the list of listeners associated with this SCXML model entity. |
Method Detail |
---|
void addListener(SCXMLListener lst)
lst
- The listener to be addedvoid removeListener(SCXMLListener lst)
lst
- The listener to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |