net.sourceforge.pebble.index
Class BlogEntryIndexListener

java.lang.Object
  extended by net.sourceforge.pebble.index.BlogEntryIndexListener
All Implemented Interfaces:
BlogEntryListener

public class BlogEntryIndexListener
extends java.lang.Object
implements BlogEntryListener

Listens to blog entry events and keeps the blog entry index up to date.

Author:
Simon Brown

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

BlogEntryIndexListener

public BlogEntryIndexListener()
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.