Class PropertyBackedBeanSetPropertiesEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
org.alfresco.repo.management.subsystems.PropertyBackedBeanSetPropertiesEvent
- All Implemented Interfaces:
Serializable
An event emitted before a
PropertyBackedBean updates its properties.- Author:
- Alan Davis
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPropertyBackedBeanSetPropertiesEvent(PropertyBackedBean source, Map<String, String> properties) The Constructor. -
Method Summary
Methods inherited from class org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
getSourceIdMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PropertyBackedBeanSetPropertiesEvent
public PropertyBackedBeanSetPropertiesEvent(PropertyBackedBean source, Map<String, String> properties) The Constructor.- Parameters:
source- the source of the event
-
-
Method Details
-
getProperties
-