FileDocCategorySizeDatePackage
ChatSessionListenerAdapter.javaAPI DocAndroid 1.5 API1424Wed May 06 22:42:46 BST 2009com.android.im.app.adapter

ChatSessionListenerAdapter

public class ChatSessionListenerAdapter extends IChatSessionListener.Stub

Fields Summary
private static final String
TAG
Constructors Summary
Methods Summary
public voidonChatSessionCreateError(java.lang.String name, com.android.im.engine.ImErrorInfo error)

        if (Log.isLoggable(TAG, Log.DEBUG)) {
            Log.d(TAG, "notifyChatSessionCreateError(" + name + ", " + error + ")");
        }
    
public voidonChatSessionCreated(com.android.im.IChatSession session)


        
        if (Log.isLoggable(TAG, Log.DEBUG)) {
            Log.d(TAG, "notifyChatSessionCreated(" + session + ")");
        }