org.eclipse.ecf.presence.chatroom
Interface IChatRoomAdminSender


public interface IChatRoomAdminSender

Perform administrative functions for an IChatRoomContainer.

Since:
1.1

Method Summary
 void sendSubjectChange(java.lang.String newsubject)
          Send chat room subject change.
 

Method Detail

sendSubjectChange

void sendSubjectChange(java.lang.String newsubject)
                       throws ECFException
Send chat room subject change.

Parameters:
newsubject - the new subject for the chat room.
Throws:
ECFException - exception thrown if some problem sending message (e.g. disconnect).