|
Clearspace API (2.5.18) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AvatarListener
An AvatarListener gets notified anytime an avatar event is fired. Concrete implementations of this class must have a zero argument constructor.
| Method Summary | |
|---|---|
void |
activeAvatarModified(AvatarEvent event)
Fired when the active avatar of a user has been changed. |
void |
avatarCreated(AvatarEvent event)
Fired when an avatar has been added to the system. |
void |
avatarDeleted(AvatarEvent event)
Fired when an avatar is about to be deleted from the system. |
| Method Detail |
|---|
void avatarCreated(AvatarEvent event)
event - the event object.void avatarDeleted(AvatarEvent event)
event - the event object.void activeAvatarModified(AvatarEvent event)
event - the event object.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||