org.eclipse.ecf.presence.chatroom
Interface IChatRoomMessageSender


public interface IChatRoomMessageSender

Chat message sender. Interface for sending chat messages within an IChatRoomContainer. Access to instances implementing this interface is provided via the IChatRoomContainer.getChatRoomMessageSender()

See Also:
IChatRoomManager

Method Summary
 void sendMessage(java.lang.String message)
          Send a message to chat room
 

Method Detail

sendMessage

void sendMessage(java.lang.String message)
                 throws ECFException
Send a message to chat room

Parameters:
message - the message to send. Must not be null.
Throws:
ECFException - thrown if message cannot be sent (e.g. because of previous disconnect)