Package org.alfresco.repo.content
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 Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionContentStoreCreatedEvent(ContentStore source, Map<String, Serializable> extendedEventParams) The Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
extendedEventParams
-
-
Constructor Details
-
ContentStoreCreatedEvent
The Constructor.- Parameters:
source- the source content store
-
-
Method Details
-
getContentStore
- Returns:
- Returns the source
ContentStore
-
getExtendedEventParams
-