org.blojsom.plugin.admin.event
Class AddedBlogCategoryEvent

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

public class AddedBlogCategoryEvent
extends BlogCategoryEvent

AddedBlogCategoryEvent

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
AddedBlogCategoryEvent(java.lang.Object source, java.util.Date timestamp, BlogCategory blogCategory, BlogUser blogUser)
          Create a new event indicating a category was added to 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

AddedBlogCategoryEvent

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

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