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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCachingContentStoreEvent(Object source) Constructor that captures the source of the event. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
CachingContentStoreEvent
Constructor that captures the source of the event.- Parameters:
source-
-
-
Method Details
-
isType
Is the event an instance of the specified type (or subclass)?- Parameters:
type-Class<?>- Returns:
- boolean
-