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
- new postings
- messages removed
- messages modified
- administrative events, such as changes in access levels
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 messagemessage
- edited message