public interface AvatarEventHandler
Modifier and Type | Method and Description |
---|---|
void |
avatarIsLoaded(java.lang.String avatar)
Reports that the associated View has loaded its avatar.
|
void |
avatarIsUnloaded(java.lang.String avatar)
Reports that the associated View has unloaded loaded its avatar.
|