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