Author: fhanik
Date: Wed May 17 10:44:36 2006
New Revision: 407339

URL: http://svn.apache.org/viewvc?rev=407339&view=rev
Log:
Added in documentation about the listeners 

Modified:
    
tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/Channel.java

Modified: 
tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/Channel.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/Channel.java?rev=407339&r1=407338&r2=407339&view=diff
==============================================================================
--- 
tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/Channel.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/Channel.java
 Wed May 17 10:44:36 2006
@@ -266,6 +266,8 @@
     
     /**
      * Add a membership listener, will get notified when a new member joins, 
leaves or crashes
+     * <br>If the membership listener implements the Heartbeat interface
+     * the <code>heartbeat()</code> method will be invoked when the heartbeat 
runs on the channel
      * @param listener MembershipListener
      * @see MembershipListener
      */
@@ -273,8 +275,11 @@
     
     /**
      * Add a channel listener, this is a callback object when messages are 
received
+     * <br>If the channel listener implements the Heartbeat interface
+     * the <code>heartbeat()</code> method will be invoked when the heartbeat 
runs on the channel
      * @param listener ChannelListener
      * @see ChannelListener
+     * @see Heartbeat
      */
     public void addChannelListener(ChannelListener listener);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to