org.eclipse.ecf.presence.bot
Interface IChatRoomContainerAdvisor
- All Superinterfaces:
- IContainerAdvisor
- All Known Subinterfaces:
- IChatRoomMessageHandler
- All Known Implementing Classes:
- EmptyChatRoomMessageHandler
public interface IChatRoomContainerAdvisor
- extends IContainerAdvisor
Advisor instance for receiving pre connect events for chat rooms.
preChatRoomConnect
void preChatRoomConnect(IChatRoomContainer roomContainer,
ID roomID)
- This method will be called prior to connecting to the
roomContainer. The given roomContainer and
roomID will not be null.
- Parameters:
roomContainer - the IChatRoomContainer that will be connected to. Will
not be null.roomID - the ID of the room that will be connected to. Will not
be null.