org.eclipse.ecf.presence.im
Interface IChatRoomCreationEvent

All Superinterfaces:
Event, IIMMessageEvent

public interface IChatRoomCreationEvent
extends IIMMessageEvent

Event received via IIMMessageListener when remote chat has been converted into a chat room.


Method Summary
 IChatRoomContainer getChatRoomContainer()
          Get the chat room container associated with the new chat room created by remote.
 
Methods inherited from interface org.eclipse.ecf.presence.IIMMessageEvent
getFromID
 

Method Detail

getChatRoomContainer

IChatRoomContainer getChatRoomContainer()
                                        throws ECFException
Get the chat room container associated with the new chat room created by remote.

Returns:
IChatRoomContainer created by remote. Will not be null.
Throws:
ECFException - if chatroom container cannot be created...e.g. due to container disconnect.