Class CachingContentStoreEvent

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

public abstract class CachingContentStoreEvent extends org.springframework.context.ApplicationEvent
Abstract base class for CachingContentStore related application events.
Author:
Matt Ward
See Also:
  • Constructor Details

    • CachingContentStoreEvent

      public CachingContentStoreEvent(Object source)
      Constructor that captures the source of the event.
      Parameters:
      source -
  • Method Details

    • isType

      public boolean isType(Class<?> type)
      Is the event an instance of the specified type (or subclass)?
      Parameters:
      type - Class<?>
      Returns:
      boolean