|
|||||||||||
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.fetcher.event.CacheUpdatedEvent
Event indicating the cache has been updated
Field Summary |
Fields inherited from class org.blojsom.event.BlojsomEvent |
_eventHandled, _source, _timestamp |
Constructor Summary | |
CacheUpdatedEvent(java.lang.Object source,
java.util.Date timestamp,
BlogUser blogUser)
Create an instance of the cache updated event |
Method Summary | |
BlogUser |
getBlogUser()
Retrieve the BlogUser |
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 |
Constructor Detail |
public CacheUpdatedEvent(java.lang.Object source, java.util.Date timestamp, BlogUser blogUser)
source
- Source of the eventtimestamp
- Timestamp of the eventblogUser
- BlogUser
informationMethod Detail |
public BlogUser getBlogUser()
BlogUser
BlogUser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |