org.blojsom.fetcher.event
Class CacheUpdatedEvent

java.lang.Object
  extended byorg.blojsom.event.BlojsomEvent
      extended byorg.blojsom.fetcher.event.CacheUpdatedEvent

public class CacheUpdatedEvent
extends BlojsomEvent

Event indicating the cache has been updated

Since:
blojsom 2.29
Version:
$Id: CacheUpdatedEvent.java,v 1.1 2006/01/27 18:42:23 czarneckid Exp $
Author:
David Czarnecki

Field Summary
 
Fields inherited from class org.blojsom.event.BlojsomEvent
_eventHandled, _source, _timestamp
 
Constructor Summary
CacheUpdatedEvent(java.lang.Object source, java.util.Date timestamp, BlogUser blogUser)
          Create an instance of the cache updated event
 
Method Summary
 BlogUser getBlogUser()
          Retrieve the BlogUser
 
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

CacheUpdatedEvent

public CacheUpdatedEvent(java.lang.Object source,
                         java.util.Date timestamp,
                         BlogUser blogUser)
Create an instance of the cache updated event

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

getBlogUser

public BlogUser getBlogUser()
Retrieve the BlogUser

Returns:
BlogUser