You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/05/04 19:33:41 UTC

svn commit: r399787 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java

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 {@link org.apache.commons.scxml.model.SCXML}
+ * instances (subscribe to all entry, exit and transition notifications),
+ * {@link org.apache.commons.scxml.model.State} instances (subscribe to
+ * particular entry and exit notifications) and
+ * {@link org.apache.commons.scxml.model.Transition} instances (subscribe to
+ * particular transitions).
  *
  */
 public interface SCXMLListener {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org