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

GroupMemberListener

public interface GroupMemberListener

Fields Summary
Constructors Summary
Methods Summary
public voidonError(ChatGroup group, ImErrorInfo error)
Called when a previous request to add or remove a member to/from a group failed.

param
error the error information

public voidonMemberJoined(ChatGroup group, Contact contact)
Notifies that a contact has joined into this group.

param
contact the contact who has joined into this group.

public voidonMemberLeft(ChatGroup group, Contact contact)
Notifies that a contact has left this group.

param
contact the contact who has left the group.