org.eclipse.ecf.presence.bot
Interface IContainerAdvisor

All Known Subinterfaces:
IChatRoomContainerAdvisor, IChatRoomMessageHandler, IIMMessageHandler
All Known Implementing Classes:
EmptyChatRoomMessageHandler, EmptyIMMessageHandler

public interface IContainerAdvisor

Advisor instance for receiving container initialization and pre-connect notifications.


Method Summary
 void preContainerConnect(IContainer container, ID targetID)
          This method will be called prior to calling the container's IContainer.connect(ID, org.eclipse.ecf.core.security.IConnectContext) method.
 

Method Detail

preContainerConnect

void preContainerConnect(IContainer container,
                         ID targetID)
This method will be called prior to calling the container's IContainer.connect(ID, org.eclipse.ecf.core.security.IConnectContext) method.

Parameters:
container - the container instance created. Will not be null.
targetID - the target id instance to connect to. Will not be null.