org.blojsom.plugin.pingback.event
Class PingbackEvent

java.lang.Object
  extended byorg.blojsom.event.BlojsomEvent
      extended byorg.blojsom.plugin.admin.event.BlogEntryEvent
          extended byorg.blojsom.plugin.pingback.event.PingbackEvent
Direct Known Subclasses:
PingbackAddedEvent, PingbackApprovedEvent, PingbackDeletedEvent

public class PingbackEvent
extends BlogEntryEvent

Pingback event

Since:
blojsom 2.30
Version:
$Id: PingbackEvent.java,v 1.1 2006/02/23 18:35:33 czarneckid Exp $
Author:
David Czarnecki

Field Summary
protected  Pingback _pingback
           
 
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
PingbackEvent(java.lang.Object source, java.util.Date timestamp, Pingback pingback, BlogUser blogUser)
          Create a new event indicating something happened with a Pingback in the system.
 
Method Summary
 Pingback getPingback()
          Retrieve the Pingback associated with the event
 
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
 

Field Detail

_pingback

protected Pingback _pingback
Constructor Detail

PingbackEvent

public PingbackEvent(java.lang.Object source,
                     java.util.Date timestamp,
                     Pingback pingback,
                     BlogUser blogUser)
Create a new event indicating something happened with a Pingback in the system.

Parameters:
source - Source of the event
timestamp - Event timestamp
blogUser - BlogUser
Method Detail

getPingback

public Pingback getPingback()
Retrieve the Pingback associated with the event

Returns:
Pingback