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