|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForumEvent | |
---|---|
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 ForumEvent in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database with parameters of type ForumEvent | |
---|---|
void |
DbAnnouncementManager.forumAdded(ForumEvent event)
|
void |
DbDraftManager.forumAdded(ForumEvent event)
|
void |
DbQueryLogger.forumAdded(ForumEvent event)
|
void |
DbRewardManager.forumAdded(ForumEvent event)
|
void |
DbSearchManager.forumAdded(ForumEvent event)
|
void |
PollCleanupListener.forumAdded(ForumEvent event)
|
void |
PostCountStatusLevelCalculator.forumAdded(ForumEvent event)
|
void |
WatchListener.forumAdded(ForumEvent event)
|
void |
DbAnnouncementManager.forumDeleted(ForumEvent event)
|
void |
DbDraftManager.forumDeleted(ForumEvent event)
|
void |
DbQueryLogger.forumDeleted(ForumEvent event)
|
void |
DbRewardManager.forumDeleted(ForumEvent event)
|
void |
DbSearchManager.forumDeleted(ForumEvent event)
|
void |
PollCleanupListener.forumDeleted(ForumEvent event)
|
void |
PostCountStatusLevelCalculator.forumDeleted(ForumEvent event)
|
void |
WatchListener.forumDeleted(ForumEvent event)
|
void |
DbAnnouncementManager.forumMerged(ForumEvent event)
|
void |
DbDraftManager.forumMerged(ForumEvent event)
|
void |
DbQueryLogger.forumMerged(ForumEvent event)
|
void |
DbRewardManager.forumMerged(ForumEvent event)
|
void |
DbSearchManager.forumMerged(ForumEvent event)
|
void |
PollCleanupListener.forumMerged(ForumEvent event)
|
void |
PostCountStatusLevelCalculator.forumMerged(ForumEvent event)
|
void |
WatchListener.forumMerged(ForumEvent event)
|
void |
DbAnnouncementManager.forumModified(ForumEvent event)
|
void |
DbDraftManager.forumModified(ForumEvent event)
|
void |
DbQueryLogger.forumModified(ForumEvent event)
|
void |
DbRewardManager.forumModified(ForumEvent event)
|
void |
DbSearchManager.forumModified(ForumEvent event)
|
void |
PollCleanupListener.forumModified(ForumEvent event)
|
void |
PostCountStatusLevelCalculator.forumModified(ForumEvent event)
|
void |
WatchListener.forumModified(ForumEvent event)
|
void |
DbAnnouncementManager.forumMoved(ForumEvent event)
|
void |
DbDraftManager.forumMoved(ForumEvent event)
|
void |
DbQueryLogger.forumMoved(ForumEvent event)
|
void |
DbRewardManager.forumMoved(ForumEvent event)
|
void |
DbSearchManager.forumMoved(ForumEvent event)
|
void |
PollCleanupListener.forumMoved(ForumEvent event)
|
void |
PostCountStatusLevelCalculator.forumMoved(ForumEvent event)
|
void |
WatchListener.forumMoved(ForumEvent event)
|
Uses of ForumEvent in com.jivesoftware.forum.event |
---|
Methods in com.jivesoftware.forum.event with parameters of type ForumEvent | |
---|---|
void |
ForumEventDispatcher.dispatchEvent(ForumEvent event)
|
void |
DebugEventListener.forumAdded(ForumEvent event)
|
void |
ForumListener.forumAdded(ForumEvent event)
Fired when a forum has been added to the system. |
void |
ForumListenerAdapter.forumAdded(ForumEvent event)
|
void |
DebugEventListener.forumDeleted(ForumEvent event)
|
void |
ForumListener.forumDeleted(ForumEvent event)
Fired when a forum is about to be deleted from the system. |
void |
ForumListenerAdapter.forumDeleted(ForumEvent event)
|
void |
DebugEventListener.forumMerged(ForumEvent event)
|
void |
ForumListener.forumMerged(ForumEvent event)
Fired when a forum is merged into another forum. |
void |
ForumListenerAdapter.forumMerged(ForumEvent event)
|
void |
DebugEventListener.forumModified(ForumEvent event)
|
void |
ForumListener.forumModified(ForumEvent event)
Fired when a forum is modified. |
void |
DebugEventListener.forumMoved(ForumEvent event)
|
void |
ForumListener.forumMoved(ForumEvent event)
Fired when a forum has been moved from one category to another. |
void |
ForumListenerAdapter.forumMoved(ForumEvent event)
|
Uses of ForumEvent in com.jivesoftware.forum.gateway |
---|
Methods in com.jivesoftware.forum.gateway with parameters of type ForumEvent | |
---|---|
void |
DefaultGatewayManager.forumAdded(ForumEvent event)
|
void |
DefaultGatewayManager.forumDeleted(ForumEvent event)
|
void |
DefaultGatewayManager.forumMerged(ForumEvent event)
|
void |
DefaultGatewayManager.forumModified(ForumEvent event)
|
void |
DefaultGatewayManager.forumMoved(ForumEvent event)
|
Uses of ForumEvent in com.jivesoftware.forum.renderer.impl |
---|
Methods in com.jivesoftware.forum.renderer.impl with parameters of type ForumEvent | |
---|---|
void |
JiveRenderManager.forumAdded(ForumEvent event)
|
void |
JiveRenderManager.forumDeleted(ForumEvent event)
|
void |
JiveRenderManager.forumMerged(ForumEvent event)
|
void |
JiveRenderManager.forumModified(ForumEvent event)
|
void |
JiveRenderManager.forumMoved(ForumEvent event)
|
Uses of ForumEvent in com.jivesoftware.forum.stats |
---|
Methods in com.jivesoftware.forum.stats with parameters of type ForumEvent | |
---|---|
void |
ViewCountManager.forumAdded(ForumEvent event)
From the ForumListener interface. |
void |
ViewCountManager.forumDeleted(ForumEvent event)
Deletes all views associated with the forum being deleted. |
void |
ViewCountManager.forumMerged(ForumEvent event)
From the ForumListener interface. |
void |
ViewCountManager.forumModified(ForumEvent event)
From the ForumListener interface. |
void |
ViewCountManager.forumMoved(ForumEvent event)
From the ForumListener interface. |
Uses of ForumEvent in com.jivesoftware.forum.theme |
---|
Methods in com.jivesoftware.forum.theme with parameters of type ForumEvent | |
---|---|
void |
ForumThemeManager.forumAdded(ForumEvent event)
|
void |
ForumThemeManager.forumDeleted(ForumEvent event)
|
void |
ForumThemeManager.forumMerged(ForumEvent event)
|
void |
ForumThemeManager.forumModified(ForumEvent event)
|
void |
ForumThemeManager.forumMoved(ForumEvent event)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |