Class ContentStoreCreatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.content.ContentStoreCreatedEvent
All Implemented Interfaces:
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
Author:
dward
See Also:
  • Field Details

  • Constructor Details

    • ContentStoreCreatedEvent

      public ContentStoreCreatedEvent(ContentStore source, Map<String,Serializable> extendedEventParams)
      The Constructor.
      Parameters:
      source - the source content store
  • Method Details