org.alfresco.repo.content.caching
Class CachingContentStoreEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.alfresco.repo.content.caching.CachingContentStoreEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CachedContentCleanerCreatedEvent, CachingContentStoreCreatedEvent

public abstract class CachingContentStoreEvent
extends org.springframework.context.ApplicationEvent

Abstract base class for CachingContentStore related application events.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CachingContentStoreEvent(java.lang.Object source)
          Constructor that captures the source of the event.
 
Method Summary
 boolean isType(java.lang.Class type)
          Is the event an instance of the specified type (or subclass)?
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachingContentStoreEvent

public CachingContentStoreEvent(java.lang.Object source)
Constructor that captures the source of the event.

Parameters:
source -
Method Detail

isType

public boolean isType(java.lang.Class type)
Is the event an instance of the specified type (or subclass)?

Parameters:
type -
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.