|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blojsom.event.Event
org.blojsom.plugin.admin.event.EntryEvent
org.blojsom.plugin.pingback.event.PingbackEvent
Pingback event
Field Summary | |
protected Pingback |
_pingback
|
Fields inherited from class org.blojsom.plugin.admin.event.EntryEvent |
_blog, _entry |
Fields inherited from class org.blojsom.event.Event |
_eventHandled, _source, _timestamp |
Constructor Summary | |
PingbackEvent(java.lang.Object source,
java.util.Date timestamp,
Pingback pingback,
Blog blog)
Create a new event indicating something happened with a Pingback in the system. |
Method Summary | |
Pingback |
getPingback()
Retrieve the Pingback associated with the event |
Methods inherited from class org.blojsom.plugin.admin.event.EntryEvent |
getBlog, getEntry |
Methods inherited from class org.blojsom.event.Event |
getSource, getTimestamp, isEventHandled, setEventHandled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Pingback _pingback
Constructor Detail |
public PingbackEvent(java.lang.Object source, java.util.Date timestamp, Pingback pingback, Blog blog)
Pingback
in the system.
source
- Source of the eventtimestamp
- Event timestampblog
- Blog
Method Detail |
public Pingback getPingback()
Pingback
associated with the event
Pingback
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |