|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.blojsom.event.BlojsomEvent
org.blojsom.plugin.admin.event.BlogEntryEvent
org.blojsom.plugin.comment.event.CommentEvent
Comment Event indicates an event dealing with a BlogComment.
| Field Summary | |
protected BlogComment |
_blogComment
|
| Fields inherited from class org.blojsom.plugin.admin.event.BlogEntryEvent |
_blogEntry, _blogUser |
| Fields inherited from class org.blojsom.event.BlojsomEvent |
_eventHandled, _source, _timestamp |
| Constructor Summary | |
CommentEvent(java.lang.Object source,
java.util.Date timestamp,
BlogComment blogComment,
BlogUser blogUser)
Create a new event indicating something happened with a BlogComment in the system. |
|
| Method Summary | |
BlogComment |
getBlogComment()
Retrieve the BlogComment associated with the event |
| Methods inherited from class org.blojsom.plugin.admin.event.BlogEntryEvent |
getBlogEntry, getBlogUser |
| 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 BlogComment _blogComment
| Constructor Detail |
public CommentEvent(java.lang.Object source,
java.util.Date timestamp,
BlogComment blogComment,
BlogUser blogUser)
BlogComment in the system.
source - Source of the eventtimestamp - Event timestampblogComment - BlogCommentblogUser - BlogUser| Method Detail |
public BlogComment getBlogComment()
BlogComment associated with the event
BlogComment
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||