|
||||||||||
| 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.EmailNotificationListener
public class EmailNotificationListener
Sends an e-mail notification when new blog entries are added.
| Constructor Summary | |
|---|---|
EmailNotificationListener()
|
|
| 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. |
| Methods inherited from class net.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport |
|---|
blogEntryRemoved, blogEntryUnpublished |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailNotificationListener()
| Method Detail |
|---|
public void blogEntryAdded(BlogEntryEvent event)
blogEntryAdded in interface BlogEntryListenerblogEntryAdded in class BlogEntryListenerSupportevent - a BlogEntryEvent instancepublic void blogEntryChanged(BlogEntryEvent event)
blogEntryChanged in interface BlogEntryListenerblogEntryChanged in class BlogEntryListenerSupportevent - a BlogEntryEvent instancepublic void blogEntryPublished(BlogEntryEvent event)
blogEntryPublished in interface BlogEntryListenerblogEntryPublished in class BlogEntryListenerSupportevent - a BlogEntryEvent instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||