Clearspace API (2.5.29) Core Javadocs

com.jivesoftware.community.event
Interface TrackbackListener


public interface TrackbackListener

A TrackbackListener gets notified anytime a trackback event is fired. Concrete implementations of this class must have a zero argument constructor.


Method Summary
 void trackbackCreated(TrackbackEvent event)
          Fired when a trackback has been added to the system.
 void trackbackDeleted(TrackbackEvent event)
          Fired when a trackback is about to be deleted from the system.
 void trackbackModified(TrackbackEvent event)
          Fired when a trackback has been modified in the system.
 

Method Detail

trackbackCreated

void trackbackCreated(TrackbackEvent event)
Fired when a trackback has been added to the system.

Parameters:
event - the event object.

trackbackDeleted

void trackbackDeleted(TrackbackEvent event)
Fired when a trackback is about to be deleted from the system. Because various code pieces may depend on this event for performing cleanup tasks, it's guaranteed that this method will be called before the message is deleted from the database.

Parameters:
event - the event object.

trackbackModified

void trackbackModified(TrackbackEvent event)
Fired when a trackback has been modified in the system.

Parameters:
event - the event object

Clearspace Project Page

Copyright © 1999-2007 Jive Software.