Clearspace API (1.7.0) Core Javadocs

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

Packages that use BlogPostEvent
com.jivesoftware.community Core interfaces and classes for Clearspace. 
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
 

Methods in com.jivesoftware.community with parameters of type BlogPostEvent
 void TagManagerFactory.postCreated(BlogPostEvent event)
           
 void TagManagerFactory.postDeleting(BlogPostEvent event)
           
 void TagManagerFactory.postModified(BlogPostEvent event)
           
 void TagManagerFactory.postViewed(BlogPostEvent event)
           
 

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.postViewed(BlogPostEvent event)
          Fired when a post has been viewed in the system.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.