org.netbeans.lib.collab
Interface NewsChannelListener

All Superinterfaces:
CollaborationSessionListener, ConferenceListener

public interface NewsChannelListener
extends ConferenceListener

A NewsChannelListener is a callback object instantiated by the application and used by the ICAPI provider to provide asynchronous notifications of news channel changes, namely

Since:
version 0.1

Method Summary
 void onMessageModified(java.lang.String messageId, Message message)
           
 void onMessageRemoved(java.lang.String messageId)
           
 
Methods inherited from interface org.netbeans.lib.collab.ConferenceListener
onEvent, onMessageAdded, onModeratedMessageAdded, onModeratedMessageStatus
 
Methods inherited from interface org.netbeans.lib.collab.CollaborationSessionListener
onError
 

Method Detail

onMessageRemoved

public void onMessageRemoved(java.lang.String messageId)
Parameters:
messageId - id of the removed message

onMessageModified

public void onMessageModified(java.lang.String messageId,
                              Message message)
Parameters:
messageId - id of the modified message
message - edited message