|
||||||||||
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.trackback.TrackBackEvent
public class TrackBackEvent
Event to signify that a TrackBack has been added/removed.
Field Summary | |
---|---|
static int |
TRACKBACK_ADDED
constant representing TrackBack added type |
static int |
TRACKBACK_APPROVED
constant representing TrackBack approved type |
static int |
TRACKBACK_REJECTED
constant representing TrackBack rejected type |
static int |
TRACKBACK_REMOVED
constant representing TrackBack removed type |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TrackBackEvent(TrackBack trackBack,
int type)
Creates a new instance with the specified source and type. |
Method Summary | |
---|---|
TrackBack |
getTrackBack()
Gets the TrackBack 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 TRACKBACK_ADDED
public static final int TRACKBACK_REMOVED
public static final int TRACKBACK_APPROVED
public static final int TRACKBACK_REJECTED
Constructor Detail |
---|
public TrackBackEvent(TrackBack trackBack, int type)
trackBack
- the TrackBack that initiated this eventtype
- the type of this eventMethod Detail |
---|
public TrackBack getTrackBack()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |