| java.lang.Object org.blojsom.event.Event org.blojsom.plugin.admin.event.EntryEvent
All known Subclasses: org.blojsom.plugin.admin.event.ProcessEntryEvent, org.blojsom.plugin.comment.event.CommentEvent, org.blojsom.plugin.admin.event.EntryAddedEvent, org.blojsom.plugin.pingback.event.PingbackEvent, org.blojsom.plugin.admin.event.EntryUpdatedEvent, org.blojsom.plugin.admin.event.EntryDeletedEvent, org.blojsom.plugin.trackback.event.TrackbackEvent,
EntryEvent | public class EntryEvent extends Event (Code) | | EntryEvent
author: David Czarnecki version: $Id: EntryEvent.java,v 1.3 2007/01/17 02:35:08 czarneckid Exp $ since: blojsom 3.0 |
Constructor Summary | |
public | EntryEvent(Object source, Date timestamp, Entry entry, Blog blog) Create a new event indicating something happened with an entry in the system. |
EntryEvent | public EntryEvent(Object source, Date timestamp, Entry entry, Blog blog)(Code) | | Create a new event indicating something happened with an entry in the system.
Parameters: source - Source of the event Parameters: timestamp - Event timestamp Parameters: entry - Entry Parameters: blog - Blog |
getBlog | public Blog getBlog()(Code) | | Retrieve the
Blog associated with the event
Blog associated with event |
getEntry | public Entry getEntry()(Code) | | Retrieve the
Entry associated with the event
Entry associated with event |
|
|