Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.event
Class TagSetEvent

java.lang.Object
  extended by 
      extended by 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


Nested Class Summary
static class TagSetEvent.Type
           
 
Constructor Summary
TagSetEvent()
           
TagSetEvent(TagSetEvent.Type eventType, TagSet tagSet, Map<String,? extends Object> params)
          Creates a new tag set event.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Jive Product Page

Copyright © 1999-2007 Jive Software.