Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

Packages that use MessageListener
com.jivesoftware.forum.abuse   
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.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
 

Uses of MessageListener in com.jivesoftware.forum.abuse
 

Subinterfaces of MessageListener in com.jivesoftware.forum.abuse
 interface AbuseManager
          Manages all aspects of reporting abuse and managing abuse reports.
 

Classes in com.jivesoftware.forum.abuse that implement MessageListener
 class AbuseManagerImpl
           
 

Uses of MessageListener in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement MessageListener
 class DbDraftManager
          Database implementation of the DraftManager interface.
 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 MessageListener in com.jivesoftware.forum.event
 

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

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

Uses of MessageListener in com.jivesoftware.forum.gateway
 

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


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.