|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlogListener
Implemented by classes wanting to be notified of blog events.
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 |
---|
void blogStarted(BlogEvent event)
event
- a BlogEvent instancevoid blogStopped(BlogEvent event)
event
- a BlogEvent instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |