English | Site Directory

Android - An Open Handset Alliance Project

com.google.android.gtalkservice.IChatListener

com.google.android.gtalkservice.IChatListener IInterface

IChatListener interface definition file for chat listener.

Nested Classes
IChatListener.Stub Local-side IPC implementation stub class. 
Known Indirect Subclasses

Summary

Public Methods

        void  convertedToGroupChat(String oldJid, String groupChatRoom, long groupId)
This is called when the chat is converted to a group chat.
        void  newMessageReceived(String from, String body)
        void  participantJoined(String groupChatRoom, String nickname)
This is called when a participant joined the group chat.
        void  participantLeft(String groupChatRoom, String nickname)
This is called when a participant left the group chat.
Methods inherited from interface android.os.IInterface

Details

Public Methods

public void convertedToGroupChat(String oldJid, String groupChatRoom, long groupId)

This is called when the chat is converted to a group chat.

public void newMessageReceived(String from, String body)

public void participantJoined(String groupChatRoom, String nickname)

This is called when a participant joined the group chat.

public void participantLeft(String groupChatRoom, String nickname)

This is called when a participant left the group chat.
Build m5-rc15g - 14 May 2008 12:50