|
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 ThreadListener
A ThreadListener gets notified anytime a thread event is fired. Concrete implementations of this class must have a zero argument constructor.
| Method Summary | |
|---|---|
void |
threadAdded(ThreadEvent event)
Fired when a thread has been added to the system. |
void |
threadDeleted(ThreadEvent event)
Fired when a thread is about to be deleted from the system. |
void |
threadModerationModified(ThreadEvent event)
Fired when the moderation value of a thread has been changed. |
void |
threadMoved(ThreadEvent event)
Fired when a thread is moved from one foru to another. |
void |
threadRated(ThreadEvent event)
Fired when the thread has been rated. |
void |
threadViewed(ThreadEvent event)
Fired when the thread has been viewed. |
| Method Detail |
|---|
void threadAdded(ThreadEvent event)
event - the event object.void threadDeleted(ThreadEvent event)
event - the event object.void threadMoved(ThreadEvent event)
event - the event object.void threadModerationModified(ThreadEvent event)
event - the event object.void threadRated(ThreadEvent event)
event - the event object.void threadViewed(ThreadEvent event)
event - the event object.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||