com.beem.project.beem.smack.avatar
Interface AvatarListener

Package class diagram package AvatarListener

public interface AvatarListener

A listener for avatar changes event.


Method Summary
 void onAvatarChange(String from, String avatarId, List<AvatarMetadataExtension.Info> avatarInfos)
          Event which is fired when a contact change avatar.
 

Method Detail

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 avatar
avatarId - the new avatar id, may be null if the contact set no avatar
avatarInfos - the metadata infos of the avatar, may be empty if the contact set no avatar


Copyright © 2009 Beem-project.com. All Rights Reserved.