| java.lang.Object org.blojsom.event.Event org.blojsom.plugin.admin.event.CategoryEvent
All known Subclasses: org.blojsom.plugin.admin.event.CategoryAddedEvent, org.blojsom.plugin.admin.event.CategoryUpdatedEvent, org.blojsom.plugin.admin.event.CategoryDeletedEvent,
CategoryEvent | public class CategoryEvent extends Event (Code) | | CategoryEvent
author: David Czarnecki version: $Id: CategoryEvent.java,v 1.2 2007/01/17 02:35:08 czarneckid Exp $ since: blojsom 3.0 |
Constructor Summary | |
public | CategoryEvent(Object source, Date timestamp, Category category, Blog blog) Create a new event indicating something happened with a category in the system. |
CategoryEvent | public CategoryEvent(Object source, Date timestamp, Category category, Blog blog)(Code) | | Create a new event indicating something happened with a category in the system.
Parameters: source - Source of the event Parameters: timestamp - Event timestamp Parameters: category - Category Parameters: blog - Blog |
|
|