com.jivesoftware.community.event
Class TrackbackEvent
java.lang.Object
com.jivesoftware.community.event.TrackbackEvent
public class TrackbackEvent
- extends
A class for Trackback events. This class will be passed to EventListeners
whenever a trackback 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 | None |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackbackEvent
public TrackbackEvent()
TrackbackEvent
public TrackbackEvent(TrackbackEvent.Type eventType,
Trackback trackback)
- Creates a new trackback event.
- Parameters:
eventType - the type of the trackback event.trackback - the trackback the event corresponds to.
getJiveContentObject
public EntityDescriptor getJiveContentObject()
getContentModificationType
public ModificationType getContentModificationType()
Copyright © 1999-2007 Jive Software.