Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.event.BlogPostEvent

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

Uses of BlogPostEvent in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event with parameters of type BlogPostEvent
 void BlogPostEventDispatcher.dispatchEvent(BlogPostEvent event)
           
 void BlogPostListener.postCreated(BlogPostEvent event)
          Fired when a post has been added to the system.
 void BlogPostListener.postDeleting(BlogPostEvent event)
          Fired when a post is about to be deleted from the system.
 void BlogPostListener.postModified(BlogPostEvent event)
          Fired when a post has been modified in the system.
 void BlogPostListener.postMoved(BlogPostEvent event)
          Fired when a post has been moved from one blog to another
 void BlogPostListener.postViewed(BlogPostEvent event)
          Fired when a post has been viewed in the system.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.