| org.sakaiproject.chat2.model.RoomObserver
All known Subclasses: org.sakaiproject.chat2.tool.ChatTool,
RoomObserver | public interface RoomObserver (Code) | | Any classes that want to observer the messages in a room needs to implement this
and then add itself to the ChatManager
author: andersjb |
receivedMessage | public void receivedMessage(String roomId, Object message)(Code) | | Parameters: toolId - String of the tool receiving the message Parameters: roomId - String of the room receiving the masseg Parameters: message - ChatMessage the message being received |
roomDeleted | public void roomDeleted(String roomId)(Code) | | Parameters: toolId - Parameters: roomId - |
|
|