|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.index.TagIndexListener
public class TagIndexListener
| Constructor Summary | |
|---|---|
TagIndexListener()
|
|
| 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 TagIndexListener()
| Method Detail |
|---|
public void blogEntryAdded(BlogEntryEvent event)
blogEntryAdded in interface BlogEntryListenerevent - a BlogEntryEvent instancepublic void blogEntryRemoved(BlogEntryEvent event)
blogEntryRemoved in interface BlogEntryListenerevent - a BlogEntryEvent instancepublic void blogEntryChanged(BlogEntryEvent event)
blogEntryChanged in interface BlogEntryListenerevent - a BlogEntryEvent instancepublic void blogEntryPublished(BlogEntryEvent event)
blogEntryPublished in interface BlogEntryListenerevent - a BlogEntryEvent instancepublic void blogEntryUnpublished(BlogEntryEvent event)
blogEntryUnpublished in interface BlogEntryListenerevent - a BlogEntryEvent instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||