|
||||||||||
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.XmlRpcNotificationListener
public class XmlRpcNotificationListener
Sends XML-RPC pings to websites when a blog entry is added.
Field Summary | |
---|---|
static java.lang.String |
URL_LIST_KEY
the name of the URL list property |
Constructor Summary | |
---|---|
XmlRpcNotificationListener()
|
Method Summary | |
---|---|
void |
blogEntryAdded(BlogEntryEvent event)
Called when a blog entry has been added. |
void |
blogEntryPublished(BlogEntryEvent event)
Called when a blog entry has been published. |
Methods inherited from class net.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport |
---|
blogEntryChanged, blogEntryRemoved, blogEntryUnpublished |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String URL_LIST_KEY
Constructor Detail |
---|
public XmlRpcNotificationListener()
Method Detail |
---|
public void blogEntryAdded(BlogEntryEvent event)
blogEntryAdded
in interface BlogEntryListener
blogEntryAdded
in class BlogEntryListenerSupport
event
- a BlogEntryEvent instancepublic void blogEntryPublished(BlogEntryEvent event)
blogEntryPublished
in interface BlogEntryListener
blogEntryPublished
in class BlogEntryListenerSupport
event
- a BlogEntryEvent instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |