|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.sourceforge.pebble.api.event.PebbleEvent
net.sourceforge.pebble.api.event.blog.BlogEvent
public class BlogEvent
Event to signify that a blog has been started/stopped.
Field Summary | |
---|---|
static int |
BLOG_STARTED
constant representing blog started type |
static int |
BLOG_STOPPED
constant representing blog stopped type |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
BlogEvent(Blog blog,
int type)
Creates a new instance with the specified source and type. |
Method Summary | |
---|---|
Blog |
getBlog()
Gets the blog that is the source of this event. |
Methods inherited from class net.sourceforge.pebble.api.event.PebbleEvent |
---|
getType, isVetoed, toString, veto |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BLOG_STARTED
public static final int BLOG_STOPPED
Constructor Detail |
---|
public BlogEvent(Blog blog, int type)
blog
- the blog that created this eventtype
- the type of this eventMethod Detail |
---|
public Blog getBlog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |