com.beem.project.beem.smack.avatar
Interface AvatarListener
public interface AvatarListener
A listener for avatar changes event.
onAvatarChange
void onAvatarChange(String from,
String avatarId,
List<AvatarMetadataExtension.Info> avatarInfos)
- Event which is fired when a contact change avatar.
- Parameters:
from - the contact who change his avataravatarId - the new avatar id, may be null if the contact set no avataravatarInfos - the metadata infos of the avatar, may be empty if the contact set no avatar
Copyright © 2009 Beem-project.com. All Rights Reserved.