com.google.android.gtalkservice.IChatListener
| com.google.android.gtalkservice.IChatListener |
IInterface
|
IChatListener
interface definition file for chat listener.
Nested Classes
Known Indirect Subclasses
Summary
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
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.