Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.event
Class TrackbackEvent

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


Nested Class Summary
static class TrackbackEvent.Type
           
 
Constructor Summary
TrackbackEvent()
           
TrackbackEvent(TrackbackEvent.Type eventType, Trackback trackback)
          Creates a new trackback event.
 
Method Summary
 ModificationType getContentModificationType()
           
 EntityDescriptor getJiveContentObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getJiveContentObject

public EntityDescriptor getJiveContentObject()

getContentModificationType

public ModificationType getContentModificationType()

Jive Product Page

Copyright © 1999-2007 Jive Software.