org.eclipse.ecf.presence.chatroom
Interface IChatRoomMessage

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IIMMessage, java.io.Serializable
All Known Implementing Classes:
ChatRoomMessage

public interface IChatRoomMessage
extends IIMMessage

Chat room message.


Method Summary
 ID getChatRoomID()
          Get the room ID for the room of this message.
 java.lang.String getMessage()
          Get the actual message sent to the chat room
 
Methods inherited from interface org.eclipse.ecf.presence.IIMMessage
getFromID
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getChatRoomID

ID getChatRoomID()
Get the room ID for the room of this message.

Returns:
ID of chat room associated with this message.

getMessage

java.lang.String getMessage()
Get the actual message sent to the chat room

Returns:
String message sent to chat room. Will not be null.