com.sun.im.service
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


Method Summary
 void onMessageModified(java.lang.String messageId, Message message)
           
 void onMessageRemoved(java.lang.String messageId)
           
 
Methods inherited from interface com.sun.im.service.ConferenceListener
onEvent, onMessageAdded, onModeratedMessageAdded, onModeratedMessageStatus
 
Methods inherited from interface com.sun.im.service.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