|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.blojsom.event.BlojsomEvent
org.blojsom.plugin.admin.event.BlogEntryEvent
BlogEntryEvent
| Field Summary | |
protected BlogEntry |
_blogEntry
|
protected BlogUser |
_blogUser
|
| Fields inherited from class org.blojsom.event.BlojsomEvent |
_eventHandled, _source, _timestamp |
| Constructor Summary | |
BlogEntryEvent(java.lang.Object source,
java.util.Date timestamp,
BlogEntry blogEntry,
BlogUser blogUser)
Create a new event indicating something happened with an entry in the system. |
|
| Method Summary | |
BlogEntry |
getBlogEntry()
Retrieve the BlogEntry associated with the event |
BlogUser |
getBlogUser()
Retrieve the BlogUser associated with the event |
| 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 BlogEntry _blogEntry
protected BlogUser _blogUser
| Constructor Detail |
public BlogEntryEvent(java.lang.Object source,
java.util.Date timestamp,
BlogEntry blogEntry,
BlogUser blogUser)
source - Source of the eventtimestamp - Event timestampblogEntry - BlogEntryblogUser - BlogUser| Method Detail |
public BlogEntry getBlogEntry()
BlogEntry associated with the event
BlogEntrypublic BlogUser getBlogUser()
BlogUser associated with the event
BlogUser
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||