net.sourceforge.pebble.event.blogentry
Class EmailSubscriptionListener

java.lang.Object
  extended by net.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport
      extended by net.sourceforge.pebble.event.blogentry.EmailSubscriptionListener
All Implemented Interfaces:
BlogEntryListener

public class EmailSubscriptionListener
extends BlogEntryListenerSupport

Sends an e-mail notification to e-mail subscribers when new blog entries are added.

Author:
Simon Brown

Constructor Summary
EmailSubscriptionListener()
           
 
Method Summary
 void blogEntryPublished(BlogEntryEvent event)
          Called when a blog entry has been published.
 
Methods inherited from class net.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport
blogEntryAdded, blogEntryChanged, blogEntryRemoved, blogEntryUnpublished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailSubscriptionListener

public EmailSubscriptionListener()
Method Detail

blogEntryPublished

public void blogEntryPublished(BlogEntryEvent event)
Called when a blog entry has been published.

Specified by:
blogEntryPublished in interface BlogEntryListener
Overrides:
blogEntryPublished in class BlogEntryListenerSupport
Parameters:
event - a BlogEntryEvent instance


Copyright © 2003-2006, Simon Brown. All Rights Reserved.