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