FileDocCategorySizeDatePackage
ChatSessionListener.javaAPI DocAndroid 1.5 API1212Wed May 06 22:42:46 BST 2009com.android.im.engine

ChatSessionListener

public interface ChatSessionListener
Interface that allows the implementing classes to listen for ChatSession creation. The typical implementation will register MessageListener with the created session so that it will be notified when new message arrived to the session. Listeners are registered with ChatSessionManager.

Fields Summary
Constructors Summary
Methods Summary
public voidonChatSessionCreated(ChatSession session)
Called when a new ChatSession is created.

param
session the created ChatSession.