|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlogEntryListener
Implemented by classes wanting to be notified of blog entry events.
| Method Summary | |
|---|---|
void |
blogEntryAdded(BlogEntryEvent event)
Called when a blog entry has been added. |
void |
blogEntryChanged(BlogEntryEvent event)
Called when a blog entry has been changed. |
void |
blogEntryPublished(BlogEntryEvent event)
Called when a blog entry has been published. |
void |
blogEntryRemoved(BlogEntryEvent event)
Called when a blog entry has been removed. |
void |
blogEntryUnpublished(BlogEntryEvent event)
Called when a blog entry has been unpublished. |
| Method Detail |
|---|
void blogEntryAdded(BlogEntryEvent event)
event - a BlogEntryEvent instancevoid blogEntryRemoved(BlogEntryEvent event)
event - a BlogEntryEvent instancevoid blogEntryChanged(BlogEntryEvent event)
event - a BlogEntryEvent instancevoid blogEntryPublished(BlogEntryEvent event)
event - a BlogEntryEvent instancevoid blogEntryUnpublished(BlogEntryEvent event)
event - a BlogEntryEvent instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||