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:
Serializable

public class PropertyBackedBeanSetPropertyEvent extends PropertyBackedBeanEvent
An event emitted before a PropertyBackedBean updates a property.
Author:
Alan Davis
See Also:
  • Constructor Details

    • PropertyBackedBeanSetPropertyEvent

      public PropertyBackedBeanSetPropertyEvent(PropertyBackedBean source, String name, String value)
      The Constructor.
      Parameters:
      source - the source of the event
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()