Clearspace API (2.5.18) Core Javadocs

com.jivesoftware.community.event
Interface BlogListener


public interface BlogListener

A BlogListener gets notified anytime a blog event is fired. Concrete implementations of this class must have a zero argument constructor.


Method Summary
 void blogCreated(BlogEvent event)
          Fired when a blog has been added to the system.
 void blogDeleting(BlogEvent event)
          Fired when a blog is about to be deleted from the system.
 void blogModified(BlogEvent event)
          Fired when a blog has been modified in the system.
 void blogMoved(BlogEvent event)
          Fired when a blog has been moved in the system
 

Method Detail

blogCreated

void blogCreated(BlogEvent event)
Fired when a blog has been added to the system.

Parameters:
event - the event object.

blogDeleting

void blogDeleting(BlogEvent event)
Fired when a blog 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 blog is deleted from the database.

Parameters:
event - the event object.

blogModified

void blogModified(BlogEvent event)
Fired when a blog has been modified in the system.

Parameters:
event - the event object

blogMoved

void blogMoved(BlogEvent event)
Fired when a blog has been moved in the system

Parameters:
event - the event object

Clearspace Project Page

Copyright © 1999-2007 Jive Software.