net.sourceforge.pebble.event.blogentry
Class BlogEntryListenerSupport

java.lang.Object
  extended by net.sourceforge.pebble.event.blogentry.BlogEntryListenerSupport
All Implemented Interfaces:
BlogEntryListener
Direct Known Subclasses:
EmailNotificationListener, EmailSubscriptionListener, MarkUnpublishedListener, TidyListener, XmlRpcNotificationListener

public abstract class BlogEntryListenerSupport
extends java.lang.Object
implements BlogEntryListener

Starting point for implementation of BlogEntryListener that provides no-op methods.

Author:
Simon Brown

Constructor Summary
BlogEntryListenerSupport()
           
 
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

BlogEntryListenerSupport

public BlogEntryListenerSupport()
Method Detail

blogEntryAdded

public void blogEntryAdded(BlogEntryEvent event)
Called when a blog entry has been added.

Specified by:
blogEntryAdded in interface BlogEntryListener
Parameters:
event - a BlogEntryEvent instance

blogEntryRemoved

public void blogEntryRemoved(BlogEntryEvent event)
Called when a blog entry has been removed.

Specified by:
blogEntryRemoved in interface BlogEntryListener
Parameters:
event - a BlogEntryEvent instance

blogEntryChanged

public void blogEntryChanged(BlogEntryEvent event)
Called when a blog entry has been changed.

Specified by:
blogEntryChanged in interface BlogEntryListener
Parameters:
event - a BlogEntryEvent instance

blogEntryPublished

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

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

blogEntryUnpublished

public void blogEntryUnpublished(BlogEntryEvent event)
Called when a blog entry has been unpublished.

Specified by:
blogEntryUnpublished in interface BlogEntryListener
Parameters:
event - a BlogEntryEvent instance


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