org.blojsom.plugin.comment.event
Class CommentUnmarkedSpamEvent

java.lang.Object
  extended byorg.blojsom.event.Event
      extended byorg.blojsom.plugin.admin.event.EntryEvent
          extended byorg.blojsom.plugin.comment.event.CommentEvent
              extended byorg.blojsom.plugin.comment.event.CommentUnmarkedSpamEvent

public class CommentUnmarkedSpamEvent
extends CommentEvent

Comment unmarked spam event

Since:
blojsom 3.0
Version:
$Id: CommentUnmarkedSpamEvent.java,v 1.2 2007/01/17 02:35:09 czarneckid Exp $
Author:
David Czarnecki

Field Summary
 
Fields inherited from class org.blojsom.plugin.comment.event.CommentEvent
_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
CommentUnmarkedSpamEvent(java.lang.Object source, java.util.Date timestamp, Comment comment, Blog blog)
          Create a new event indicating a Comment was unmarked as spam in the system.
 
Methods inherited from class org.blojsom.plugin.comment.event.CommentEvent
getComment
 
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
 

Constructor Detail

CommentUnmarkedSpamEvent

public CommentUnmarkedSpamEvent(java.lang.Object source,
                                java.util.Date timestamp,
                                Comment comment,
                                Blog blog)
Create a new event indicating a Comment was unmarked as spam in the system.

Parameters:
source - Source of the event
timestamp - Event timestamp
comment - Comment
blog - Blog