com.jivesoftware.community.event
Class TagSetEvent
java.lang.Object
com.jivesoftware.community.event.TagSetEvent
public class TagSetEvent
- extends
A class for TagSet events. This class will be passed to EventListeners
whenever a tag set 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 |
| MODIFIED | None |
| DELETED | None |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagSetEvent
public TagSetEvent()
TagSetEvent
public TagSetEvent(TagSetEvent.Type eventType,
TagSet tagSet,
Map<String,? extends Object> params)
- Creates a new tag set event.
- Parameters:
eventType - the type of the tag event.tagSet - the tagSet the event corresponds to.params - parameters corresponding to the event.
Copyright © 1999-2007 Jive Software.