Author: rahul
Date: Thu May 4 10:33:39 2006
New Revision: 399787
URL: http://svn.apache.org/viewcvs?rev=399787&view=rev
Log:
Clarify observable entity in Javadoc.
Modified:
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java
Modified:
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java?rev=399787&r1=399786&r2=399787&view=diff
==============================================================================
---
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java
(original)
+++
jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java
Thu May 4 10:33:39 2006
@@ -21,7 +21,13 @@
import org.apache.commons.scxml.model.TransitionTarget;
/**
- * Listener interface for Observable entities in the SCXML model.
+ * Listener interface for observable entities in the SCXML model.
+ * Observable entities include [EMAIL PROTECTED]
org.apache.commons.scxml.model.SCXML}
+ * instances (subscribe to all entry, exit and transition notifications),
+ * [EMAIL PROTECTED] org.apache.commons.scxml.model.State} instances
(subscribe to
+ * particular entry and exit notifications) and
+ * [EMAIL PROTECTED] org.apache.commons.scxml.model.Transition} instances
(subscribe to
+ * particular transitions).
*
*/
public interface SCXMLListener {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]