Jive Forums API (5.5.20.2-oracle) Core Javadocs

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

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

Uses of CategoryEvent in com.jivesoftware.forum.event
 

Methods in com.jivesoftware.forum.event with parameters of type CategoryEvent
 void CategoryListener.categoryAdded(CategoryEvent event)
          Fired when a category has been added to the system.
 void CategoryListener.categoryDeleted(CategoryEvent event)
          Fired when a category is about to be deleted from the system.
 void CategoryListener.categoryModified(CategoryEvent event)
          Fired when a category has been modified.
 void CategoryListener.categoryMoved(CategoryEvent event)
          Fired when a category has been moved from one category to another.
 void CategoryEventDispatcher.dispatchEvent(CategoryEvent event)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.