Uses of Interface
org.eclipse.ecf.protocol.msn.events.IChatSessionListener

Packages that use IChatSessionListener
org.eclipse.ecf.protocol.msn Provides support for connecting to the MSN servers used by Windows Live Messenger. 
 

Uses of IChatSessionListener in org.eclipse.ecf.protocol.msn
 

Methods in org.eclipse.ecf.protocol.msn with parameters of type IChatSessionListener
 void ChatSession.addChatSessionListener(IChatSessionListener listener)
          Adds a IChatSessionListener to this session.
 void ChatSession.removeChatSessionListener(IChatSessionListener listener)
          Removes a IChatSessionListener from this session.