Class PropertyBackedBeanSetPropertyEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
-
- org.alfresco.repo.management.subsystems.PropertyBackedBeanSetPropertyEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyBackedBeanSetPropertyEvent extends PropertyBackedBeanEvent
An event emitted before aPropertyBackedBeanupdates a property.- Author:
- Alan Davis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyBackedBeanSetPropertyEvent(PropertyBackedBean source, java.lang.String name, java.lang.String value)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetValue()-
Methods inherited from class org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
getSourceId
-
-
-
-
Constructor Detail
-
PropertyBackedBeanSetPropertyEvent
public PropertyBackedBeanSetPropertyEvent(PropertyBackedBean source, java.lang.String name, java.lang.String value)
The Constructor.- Parameters:
source- the source of the event
-
-