|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForumListener | |
---|---|
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. |
com.jivesoftware.forum.renderer.impl | |
com.jivesoftware.forum.stats | Jive Forums reporting engine. |
com.jivesoftware.forum.theme |
Uses of ForumListener in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement ForumListener | |
---|---|
class |
DbAnnouncementManager
Database implementation of the AnnouncementManager interface. |
class |
DbDraftManager
Database implementation of the DraftManager interface. |
class |
DbQueryLogger
Implementation of QueryLogger. |
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 ForumListener in com.jivesoftware.forum.event |
---|
Classes in com.jivesoftware.forum.event that implement ForumListener | |
---|---|
class |
DebugEventListener
Logs all events in the system to the debug log. |
class |
ForumListenerAdapter
Adapter class for the ForumListener interface. |
Methods in com.jivesoftware.forum.event with parameters of type ForumListener | |
---|---|
void |
ForumEventDispatcher.addListener(ForumListener listener)
|
void |
ForumEventDispatcher.removeListener(ForumListener listener)
|
Uses of ForumListener in com.jivesoftware.forum.gateway |
---|
Classes in com.jivesoftware.forum.gateway that implement ForumListener | |
---|---|
class |
DefaultGatewayManager
Manages gateways for a forum, which synchronize the forum with external data sources such as an NNTP newsgroup or email account. |
Uses of ForumListener in com.jivesoftware.forum.renderer.impl |
---|
Classes in com.jivesoftware.forum.renderer.impl that implement ForumListener | |
---|---|
class |
JiveRenderManager
Default implementation of the RenderManager interface. |
Uses of ForumListener in com.jivesoftware.forum.stats |
---|
Classes in com.jivesoftware.forum.stats that implement ForumListener | |
---|---|
class |
ViewCountManager
A class to handle saving and retrieving view counts for various Jive Forums objects. |
Uses of ForumListener in com.jivesoftware.forum.theme |
---|
Classes in com.jivesoftware.forum.theme that implement ForumListener | |
---|---|
class |
ForumThemeManager
Adds additional features to manage themes for the forums application, including binding themes to categories and forums. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |