Uses of Interface
org.eclipse.ecf.presence.chatroom.IChatRoomContainer

Packages that use IChatRoomContainer
org.eclipse.ecf.example.clients   
org.eclipse.ecf.presence.bot   
org.eclipse.ecf.presence.bot.impl   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.im   
 

Uses of IChatRoomContainer in org.eclipse.ecf.example.clients
 

Methods in org.eclipse.ecf.example.clients that return IChatRoomContainer
 IChatRoomContainer XMPPChatRoomClient.createChatRoom(java.lang.String chatRoomName)
           
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.bot
 

Methods in org.eclipse.ecf.presence.bot with parameters of type IChatRoomContainer
 void IChatRoomContainerAdvisor.preChatRoomConnect(IChatRoomContainer roomContainer, ID roomID)
          This method will be called prior to connecting to the roomContainer.
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.bot.impl
 

Fields in org.eclipse.ecf.presence.bot.impl declared as IChatRoomContainer
protected  IChatRoomContainer ChatRoomBot.roomContainer
           
 

Methods in org.eclipse.ecf.presence.bot.impl with parameters of type IChatRoomContainer
 void EmptyChatRoomMessageHandler.preChatRoomConnect(IChatRoomContainer roomContainer, ID roomID)
           
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.chatroom
 

Methods in org.eclipse.ecf.presence.chatroom that return IChatRoomContainer
 IChatRoomContainer IChatRoomInfo.createChatRoomContainer()
          Create a new IChatRoomContainer instance.
 

Uses of IChatRoomContainer in org.eclipse.ecf.presence.im
 

Methods in org.eclipse.ecf.presence.im that return IChatRoomContainer
 IChatRoomContainer IChat.createChatRoomContainer()
          Create a new IChatRoomContainer instance from this chat.
 IChatRoomContainer IChatRoomCreationEvent.getChatRoomContainer()
          Get the chat room container associated with the new chat room created by remote.