|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.event.BlojsomEvent org.blojsom.plugin.admin.event.BlogEntryEvent org.blojsom.plugin.pingback.event.PingbackEvent
Pingback event
Field Summary | |
protected Pingback |
_pingback
|
Fields inherited from class org.blojsom.plugin.admin.event.BlogEntryEvent |
_blogEntry, _blogUser |
Fields inherited from class org.blojsom.event.BlojsomEvent |
_eventHandled, _source, _timestamp |
Constructor Summary | |
PingbackEvent(java.lang.Object source,
java.util.Date timestamp,
Pingback pingback,
BlogUser blogUser)
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.BlogEntryEvent |
getBlogEntry, getBlogUser |
Methods inherited from class org.blojsom.event.BlojsomEvent |
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, BlogUser blogUser)
Pingback
in the system.
source
- Source of the eventtimestamp
- Event timestampblogUser
- BlogUser
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 |