|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.content.caching.CachingContentStoreEvent
public abstract class CachingContentStoreEvent
Abstract base class for CachingContentStore related application events.
| 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 |
|---|
public CachingContentStoreEvent(java.lang.Object source)
source - | Method Detail |
|---|
public boolean isType(java.lang.Class type)
type -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||