org.blojsom.plugin.admin.event
Class UpdatedBlogCategoryEvent

java.lang.Object
  extended byorg.blojsom.event.BlojsomEvent
      extended byorg.blojsom.plugin.admin.event.BlogCategoryEvent
          extended byorg.blojsom.plugin.admin.event.UpdatedBlogCategoryEvent

public class UpdatedBlogCategoryEvent
extends BlogCategoryEvent

UpdatedBlogCategoryEvent

Since:
blojsom 2.28
Version:
$Id: $
Author:
David Czarnecki

Field Summary
 
Fields inherited from class org.blojsom.plugin.admin.event.BlogCategoryEvent
_blogCategory, _blogUser
 
Fields inherited from class org.blojsom.event.BlojsomEvent
_eventHandled, _source, _timestamp
 
Constructor Summary
UpdatedBlogCategoryEvent(java.lang.Object source, java.util.Date timestamp, BlogCategory blogCategory, BlogUser blogUser)
          Create a new event indicating a category was updated in the system.
 
Methods inherited from class org.blojsom.plugin.admin.event.BlogCategoryEvent
getBlogCategory, 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

UpdatedBlogCategoryEvent

public UpdatedBlogCategoryEvent(java.lang.Object source,
                                java.util.Date timestamp,
                                BlogCategory blogCategory,
                                BlogUser blogUser)
Create a new event indicating a category was updated in the system.

Parameters:
source - Source of the event
timestamp - Event timestamp
blogCategory - BlogCategory
blogUser - BlogUser