|
|||||||||||
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
EntryEvent
Field Summary | |
protected Blog |
_blog
|
protected Entry |
_entry
|
Fields inherited from class org.blojsom.event.Event |
_eventHandled, _source, _timestamp |
Constructor Summary | |
EntryEvent(java.lang.Object source,
java.util.Date timestamp,
Entry entry,
Blog blog)
Create a new event indicating something happened with an entry in the system. |
Method Summary | |
Blog |
getBlog()
Retrieve the Blog associated with the event |
Entry |
getEntry()
Retrieve the Entry associated with the event |
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 Entry _entry
protected Blog _blog
Constructor Detail |
public EntryEvent(java.lang.Object source, java.util.Date timestamp, Entry entry, Blog blog)
source
- Source of the eventtimestamp
- Event timestampentry
- Entry
blog
- Blog
Method Detail |
public Entry getEntry()
Entry
associated with the event
Entry
associated with eventpublic Blog getBlog()
Blog
associated with the event
Blog
associated with event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |