Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.event
Class CategoryListenerAdapter

java.lang.Object
  extended by com.jivesoftware.forum.event.CategoryListenerAdapter
All Implemented Interfaces:
CategoryListener

public abstract class CategoryListenerAdapter
extends java.lang.Object
implements CategoryListener

Adapter class for the CategoryListener interface. Extend this class to only listen for the events you're interested in.


Constructor Summary
CategoryListenerAdapter()
           
 
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 categoryMoved(CategoryEvent event)
          Fired when a category has been moved from one category to another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jivesoftware.forum.event.CategoryListener
categoryModified
 

Constructor Detail

CategoryListenerAdapter

public CategoryListenerAdapter()
Method Detail

categoryAdded

public void categoryAdded(CategoryEvent event)
Description copied from interface: CategoryListener
Fired when a category has been added to the system.

Specified by:
categoryAdded in interface CategoryListener
Parameters:
event - the event object.

categoryDeleted

public void categoryDeleted(CategoryEvent event)
Description copied from interface: CategoryListener
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.

Specified by:
categoryDeleted in interface CategoryListener
Parameters:
event - the event object.

categoryMoved

public void categoryMoved(CategoryEvent event)
Description copied from interface: CategoryListener
Fired when a category has been moved from one category to another.

Specified by:
categoryMoved in interface CategoryListener
Parameters:
event - the event object.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.