Class CachingContentStoreEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- 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.ApplicationEventAbstract base class for CachingContentStore related application events.- Author:
- Matt Ward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachingContentStoreEvent(java.lang.Object source)Constructor that captures the source of the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisType(java.lang.Class<?> type)Is the event an instance of the specified type (or subclass)?
-