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:
Serializable
public class PropertyBackedBeanRemovePropertiesEvent extends PropertyBackedBeanEvent
An event emitted before aPropertyBackedBeanremoves properties.- Author:
- Alan Davis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PropertyBackedBeanRemovePropertiesEvent(PropertyBackedBean source, Collection<String> properties)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getProperties()-
Methods inherited from class org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
getSourceId
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
PropertyBackedBeanRemovePropertiesEvent
public PropertyBackedBeanRemovePropertiesEvent(PropertyBackedBean source, Collection<String> properties)
The Constructor.- Parameters:
source- the source of the event
-
-
Method Detail
-
getProperties
public Collection<String> getProperties()
-
-