net.sourceforge.pebble.event.blog
Class CacheListener

java.lang.Object
  extended by net.sourceforge.pebble.event.blog.CacheListener
All Implemented Interfaces:
BlogListener

public class CacheListener
extends java.lang.Object
implements BlogListener

Blog listener that starts up and shuts down the caches used by the blog.

Author:
Simon Brown

Constructor Summary
CacheListener()
           
 
Method Summary
 void blogStarted(BlogEvent event)
          Called when a blog has been started.
 void blogStopped(BlogEvent event)
          Called when a blog has been stopped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheListener

public CacheListener()
Method Detail

blogStarted

public void blogStarted(BlogEvent event)
Called when a blog has been started.

Specified by:
blogStarted in interface BlogListener
Parameters:
event - a BlogEvent instance

blogStopped

public void blogStopped(BlogEvent event)
Called when a blog has been stopped.

Specified by:
blogStopped in interface BlogListener
Parameters:
event - a BlogEvent instance


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