org.blojsom.plugin.admin.event
Class UpdatedBlogEntryEvent

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

public class UpdatedBlogEntryEvent
extends BlogEntryEvent

UpdatedBlogEntryEvent

Since:
blojsom 2.18
Version:
$Id: UpdatedBlogEntryEvent.java,v 1.5 2006/01/04 17:09:24 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
UpdatedBlogEntryEvent(java.lang.Object source, java.util.Date timestamp, BlogEntry blogEntry, BlogUser blogUser)
          Create a new event indicating an entry has been updated 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

UpdatedBlogEntryEvent

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

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