|
|||||||||||
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.BlogCategoryEvent
BlogCategoryEvent
Field Summary | |
protected BlogCategory |
_blogCategory
|
protected BlogUser |
_blogUser
|
Fields inherited from class org.blojsom.event.BlojsomEvent |
_eventHandled, _source, _timestamp |
Constructor Summary | |
BlogCategoryEvent(java.lang.Object source,
java.util.Date timestamp,
BlogCategory blogCategory,
BlogUser blogUser)
Create a new event indicating something happened with a category in the system. |
Method Summary | |
BlogCategory |
getBlogCategory()
Retrieve the BlogCategory associated with this event |
BlogUser |
getBlogUser()
Retrieve the BlogUser associated with this 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 BlogCategory _blogCategory
protected BlogUser _blogUser
Constructor Detail |
public BlogCategoryEvent(java.lang.Object source, java.util.Date timestamp, BlogCategory blogCategory, BlogUser blogUser)
source
- Source of the eventtimestamp
- Event timestampblogCategory
- BlogCategory
blogUser
- BlogUser
Method Detail |
public BlogCategory getBlogCategory()
BlogCategory
associated with this event
BlogCategory
public BlogUser getBlogUser()
BlogUser
associated with this event
BlogUser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |