Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.forum.event
Interface CategoryListener


public interface CategoryListener

Listener for category events.


Method Summary
 void categoryAdded(CategoryEvent event)
          Fired when a category has been added to the system.
 void categoryDeleted(CategoryEvent event)
          Fired when a category is about to be deleted from the system.
 void categoryModified(CategoryEvent event)
          Fired when a category has been modified.
 void categoryMoved(CategoryEvent event)
          Fired when a category has been moved from one category to another.
 

Method Detail

categoryAdded

void categoryAdded(CategoryEvent event)
Fired when a category has been added to the system.

Parameters:
event - the event object.

categoryDeleted

void categoryDeleted(CategoryEvent event)
Fired when a category is about to be deleted from the system. Because various code pieces may depend on this event for performing cleanup tasks, it's guaranteed that this method will be called before the category is deleted from the database.

Parameters:
event - the event object.

categoryMoved

void categoryMoved(CategoryEvent event)
Fired when a category has been moved from one category to another.

Parameters:
event - the event object.

categoryModified

void categoryModified(CategoryEvent event)
Fired when a category has been modified.

Parameters:
event - the event object.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.