|
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 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 |
|---|
void blogCreated(BlogEvent event)
event - the event object.void blogDeleting(BlogEvent event)
event - the event object.void blogModified(BlogEvent event)
event - the event objectvoid blogMoved(BlogEvent event)
event - the event object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||