org.alfresco.repo.content
Class ContentStoreCreatedEvent

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

public class ContentStoreCreatedEvent
extends org.springframework.context.ApplicationEvent

A class of event that notifies the listener of the existence of a FileContentStore. Useful for Monitoring purposes.

Since:
3.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContentStoreCreatedEvent(ContentStore source)
          The Constructor.
 
Method Summary
 ContentStore getContentStore()
           
 
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

ContentStoreCreatedEvent

public ContentStoreCreatedEvent(ContentStore source)
The Constructor.

Parameters:
source - the source content store
rootDirectory - the root directory
Method Detail

getContentStore

public ContentStore getContentStore()
Returns:
Returns the source ContentStore


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