org.alfresco.repo.content.caching
Class CachingContentStoreCreatedEvent

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

public class CachingContentStoreCreatedEvent
extends CachingContentStoreEvent

Event fired when a CachingContentStore instance is created.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CachingContentStoreCreatedEvent(CachingContentStore source)
           
 
Method Summary
 CachingContentStore getCachingContentStore()
           
 
Methods inherited from class org.alfresco.repo.content.caching.CachingContentStoreEvent
isType
 
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

CachingContentStoreCreatedEvent

public CachingContentStoreCreatedEvent(CachingContentStore source)
Method Detail

getCachingContentStore

public CachingContentStore getCachingContentStore()


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