com.jivesoftware.community.event
Class AvatarEvent
java.lang.Object
com.jivesoftware.community.event.AvatarEvent
public class AvatarEvent
- extends
A class for Avatar events. This class will be passed to com.jivesoftware.community.event.AvatarListeners
whenever an avatar event is fired and contains all the pertinent information to the event.
Certain event types will populate the params Map with additional objects as outlined below:
| Event Type | Extra Params |
| CREATED | None |
| DELETED | None |
| MODIFIED | | Description | Name |
| The user's username | username |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvatarEvent
public AvatarEvent()
AvatarEvent
public AvatarEvent(AvatarEvent.Type eventType,
Avatar avatar,
Map<String,? extends Object> params)
- Creates a new avatar event.
- Parameters:
eventType - the type of the announcement event.avatar - the avatar the event corresponds to.params - parameters corresponding to the event.
Copyright © 1999-2007 Jive Software.