|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.index.AuthorIndexListener
public class AuthorIndexListener
Listens to blog entry events and keeps the author index up to date.
Constructor Summary | |
---|---|
AuthorIndexListener()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorIndexListener()
Method Detail |
---|
public void blogEntryAdded(BlogEntryEvent event)
blogEntryAdded
in interface BlogEntryListener
event
- a BlogEntryEvent instancepublic void blogEntryRemoved(BlogEntryEvent event)
blogEntryRemoved
in interface BlogEntryListener
event
- a BlogEntryEvent instancepublic void blogEntryChanged(BlogEntryEvent event)
blogEntryChanged
in interface BlogEntryListener
event
- a BlogEntryEvent instancepublic void blogEntryPublished(BlogEntryEvent event)
blogEntryPublished
in interface BlogEntryListener
event
- a BlogEntryEvent instancepublic void blogEntryUnpublished(BlogEntryEvent event)
blogEntryUnpublished
in interface BlogEntryListener
event
- a BlogEntryEvent instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |