org.blojsom.plugin.comment.event
Class CommentAddedEvent

java.lang.Object
  extended byorg.blojsom.event.BlojsomEvent
      extended byorg.blojsom.plugin.admin.event.BlogEntryEvent
          extended byorg.blojsom.plugin.comment.event.CommentEvent
              extended byorg.blojsom.plugin.comment.event.CommentAddedEvent

public class CommentAddedEvent
extends CommentEvent

Comment Added Event indicates an event where a BlogComment has been added to the system.

Since:
blojsom 2.23
Version:
$Id: CommentAddedEvent.java,v 1.2 2006/01/04 16:53:00 czarneckid Exp $
Author:
Mark Lussier

Field Summary
 
Fields inherited from class org.blojsom.plugin.comment.event.CommentEvent
_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
CommentAddedEvent(java.lang.Object source, java.util.Date timestamp, BlogComment blogComment, BlogUser blogUser)
          Create a new event indicating an event where a BlogComment has been added to the system.
 
Methods inherited from class org.blojsom.plugin.comment.event.CommentEvent
getBlogComment
 
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
 

Constructor Detail

CommentAddedEvent

public CommentAddedEvent(java.lang.Object source,
                         java.util.Date timestamp,
                         BlogComment blogComment,
                         BlogUser blogUser)
Create a new event indicating an event where a BlogComment has been added to the system.

Parameters:
source - Source of the event
timestamp - Event timestamp
blogComment - BlogComment
blogUser - BlogUser