net.sourceforge.pebble.api.event.blog
Interface BlogListener

All Known Implementing Classes:
CacheListener, PebbleAPIBlogEntryAggregator

public interface BlogListener

Implemented by classes wanting to be notified of blog events.

Author:
Simon Brown

Method Summary
 void blogStarted(BlogEvent event)
          Called when a blog has been started.
 void blogStopped(BlogEvent event)
          Called when a blog has been stopped.
 

Method Detail

blogStarted

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

Parameters:
event - a BlogEvent instance

blogStopped

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

Parameters:
event - a BlogEvent instance


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