Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Class
com.jivesoftware.forum.event.ThreadEvent

Packages that use ThreadEvent
com.jivesoftware.forum.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of ThreadEvent in com.jivesoftware.forum.event
 

Methods in com.jivesoftware.forum.event with parameters of type ThreadEvent
 void ThreadListener.threadAdded(ThreadEvent event)
          Fired when a thread has been added to the system.
 void ThreadListener.threadDeleted(ThreadEvent event)
          Fired when a thread is about to be deleted from the system.
 void ThreadListener.threadModerationModified(ThreadEvent event)
          Fired when the moderation value of a thread has been changed.
 void ThreadListener.threadMoved(ThreadEvent event)
          Fired when a thread is moved from one foru to another.
 void ThreadListener.threadRated(ThreadEvent event)
          Fired when the thread has been rated.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.