|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport
net.sourceforge.pebble.event.blogentry.MarkUnpublishedListener
public class MarkUnpublishedListener
Marks new and changed blog entries as unpublished.
Constructor Summary | |
---|---|
MarkUnpublishedListener()
|
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. |
Methods inherited from class net.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport |
---|
blogEntryPublished, blogEntryRemoved, blogEntryUnpublished |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkUnpublishedListener()
Method Detail |
---|
public void blogEntryAdded(BlogEntryEvent event)
blogEntryAdded
in interface BlogEntryListener
blogEntryAdded
in class BlogEntryListenerSupport
event
- a BlogEntryEvent instancepublic void blogEntryChanged(BlogEntryEvent event)
blogEntryChanged
in interface BlogEntryListener
blogEntryChanged
in class BlogEntryListenerSupport
event
- a BlogEntryEvent instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |