| org.blojsom.plugin.admin.event.EntryEvent org.blojsom.plugin.comment.event.CommentEvent
All known Subclasses: org.blojsom.plugin.comment.event.CommentAddedEvent, org.blojsom.plugin.comment.event.CommentUnmarkedSpamEvent, org.blojsom.plugin.comment.event.CommentMarkedSpamEvent, org.blojsom.plugin.comment.event.CommentUnapprovedEvent, org.blojsom.plugin.comment.event.CommentDeletedEvent, org.blojsom.plugin.comment.event.CommentApprovedEvent,
CommentEvent | public class CommentEvent extends EntryEvent (Code) | | Comment Event indicates an event dealing with a
Comment .
author: Mark Lussier author: David Czarnecki version: $Id: CommentEvent.java,v 1.3 2007/01/17 02:35:09 czarneckid Exp $ since: blojsom 3.0 |
CommentEvent | public CommentEvent(Object source, Date timestamp, Comment comment, Blog blog)(Code) | | Create a new event indicating something happened with a
Comment in the system.
Parameters: source - Source of the event Parameters: timestamp - Event timestamp Parameters: comment - Comment Parameters: blog - Blog |
|
|