org.blojsom.plugin.admin.event
Class DeletedBlogEntryEvent

java.lang.Object
  extended byorg.blojsom.event.BlojsomEvent
      extended byorg.blojsom.plugin.admin.event.BlogEntryEvent
          extended byorg.blojsom.plugin.admin.event.DeletedBlogEntryEvent

public class DeletedBlogEntryEvent
extends BlogEntryEvent

DeletedBlogEntryEvent

Since:
blojsom 2.18
Version:
$Id: DeletedBlogEntryEvent.java,v 1.5 2006/01/04 16:53:00 czarneckid Exp $
Author:
David Czarnecki

Field Summary
 
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
DeletedBlogEntryEvent(java.lang.Object source, java.util.Date timestamp, BlogEntry blogEntry, BlogUser blogUser)
          Create a new event indicating an entry has been deleted in the system.
 
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

DeletedBlogEntryEvent

public DeletedBlogEntryEvent(java.lang.Object source,
                             java.util.Date timestamp,
                             BlogEntry blogEntry,
                             BlogUser blogUser)
Create a new event indicating an entry has been deleted in the system.

Parameters:
source - Source of the event
timestamp - Event timestamp
blogEntry - BlogEntry
blogUser - BlogUser