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 a PropertyBackedBean removes properties.
Author:
Alan Davis
See Also:
  • Constructor Details

    • PropertyBackedBeanRemovePropertiesEvent

      public PropertyBackedBeanRemovePropertiesEvent(PropertyBackedBean source, Collection<String> properties)
      The Constructor.
      Parameters:
      source - the source of the event
  • Method Details