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:
java.io.Serializable
public class ContentStoreCreatedEvent extends org.springframework.context.ApplicationEventA class of event that notifies the listener of the existence of aFileContentStore. Useful for Monitoring purposes.- Since:
- 3.1
- Author:
- dward
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.io.Serializable>extendedEventParams
-
Constructor Summary
Constructors Constructor Description ContentStoreCreatedEvent(org.alfresco.repo.content.ContentStore source, java.util.Map<java.lang.String,java.io.Serializable> extendedEventParams)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.repo.content.ContentStoregetContentStore()java.util.Map<java.lang.String,java.io.Serializable>getExtendedEventParams()
-