|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void trackbackCreated(TrackbackEvent event)
event - the event object.void trackbackDeleted(TrackbackEvent event)
event - the event object.void trackbackModified(TrackbackEvent event)
event - the event object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||