Class PropertyBackedBeanEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PropertyBackedBeanRegisteredEvent,PropertyBackedBeanRemovePropertiesEvent,PropertyBackedBeanSetPropertiesEvent,PropertyBackedBeanSetPropertyEvent,PropertyBackedBeanStartedEvent,PropertyBackedBeanStoppedEvent,PropertyBackedBeanUnregisteredEvent
public abstract class PropertyBackedBeanEvent
extends org.springframework.context.ApplicationEvent
A base class for events emitted by
PropertyBackedBeans.- Author:
- dward
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the ID of the bean that emitted the event.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PropertyBackedBeanEvent
The Constructor.- Parameters:
source- the source of the event
-
-
Method Details
-
getSourceId
Gets the ID of the bean that emitted the event.- Returns:
- the ID
-