Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.event.ThreadListener

Packages that use ThreadListener
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.forum.everywhere   
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.stats Jive Forums reporting engine. 
 

Uses of ThreadListener in com.jivesoftware.forum
 

Classes in com.jivesoftware.forum that implement ThreadListener
 class TagManagerFactory
           
 

Uses of ThreadListener in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement ThreadListener
 class DbRewardManager
          Database implementation of the RewardManager interface.
 class DbSearchManager
          Database implementation of SearchManager using the Lucene search package.
 class PollCleanupListener
          Listens for events generated by forum activity which deletes polls associated with those objects when those objects are deleted
 class PostCountStatusLevelCalculator
          StatusLevelManager implementation that works by counting the number of messages a user has added to the system.
 class WatchListener
          Listens for events generated by forum activity and triggers watch updates as appropriate.
 

Uses of ThreadListener in com.jivesoftware.forum.event
 

Classes in com.jivesoftware.forum.event that implement ThreadListener
 class DebugEventListener
          Logs all events in the system to the debug log.
 class ThreadListenerAdapter
          Adapter class for the ThreadListener interface.
 

Methods in com.jivesoftware.forum.event with parameters of type ThreadListener
 void ThreadEventDispatcher.addListener(ThreadListener listener)
           
 void ThreadEventDispatcher.removeListener(ThreadListener listener)
           
 

Uses of ThreadListener in com.jivesoftware.forum.everywhere
 

Classes in com.jivesoftware.forum.everywhere that implement ThreadListener
 class CommunityEverywhereManager
          Manages all aspects of the CommunityEverywhere feature.
 

Uses of ThreadListener in com.jivesoftware.forum.gateway
 

Classes in com.jivesoftware.forum.gateway that implement ThreadListener
 class GatewayListener
          Listens for events in the system that should trigger gateways.
 

Uses of ThreadListener in com.jivesoftware.forum.stats
 

Classes in com.jivesoftware.forum.stats that implement ThreadListener
 class ViewCountManager
          A class to handle saving and retrieving view counts for various Jive Forums objects.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.