|
Clearspace API (2.5.18) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlogPostListener
A BlogPostListener gets notified anytime a blog post event is fired. Concrete implementations of this class must have a zero argument constructor.
| Method Summary | |
|---|---|
void |
postCreated(BlogPostEvent event)
Fired when a post has been added to the system. |
void |
postDeleting(BlogPostEvent event)
Fired when a post is about to be deleted from the system. |
void |
postModified(BlogPostEvent event)
Fired when a post has been modified in the system. |
void |
postMoved(BlogPostEvent event)
Fired when a post has been moved from one blog to another |
void |
postViewed(BlogPostEvent event)
Fired when a post has been viewed in the system. |
| Method Detail |
|---|
void postCreated(BlogPostEvent event)
event - the event object.void postDeleting(BlogPostEvent event)
event - the event object.void postModified(BlogPostEvent event)
event - the event objectvoid postViewed(BlogPostEvent event)
event - the event objectvoid postMoved(BlogPostEvent event)
event - the event object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||