org.eclipse.ecf.protocol.msn.events
Interface ISessionListener


public interface ISessionListener

A listener that can be used to monitor the creation of ChatSessions. This is used for listening for incoming instant messages from a party that the current user has not already established a chat session with.

Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Method Summary
 void sessionConnected(ChatSession chatSession)
          A method that is called when a chat session has been created because of a request from an external host.
 

Method Detail

sessionConnected

void sessionConnected(ChatSession chatSession)
A method that is called when a chat session has been created because of a request from an external host.

Parameters:
chatSession - the created chat session