Class PropertyBackedBeanRegisteredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
org.alfresco.repo.management.subsystems.PropertyBackedBeanRegisteredEvent
- All Implemented Interfaces:
Serializable
An event emitted after a
PropertyBackedBean is initialized.- Author:
- dward
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionThe Constructor. -
Method Summary
Methods inherited from class org.alfresco.repo.management.subsystems.PropertyBackedBeanEvent
getSourceIdMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PropertyBackedBeanRegisteredEvent
The Constructor.- Parameters:
source- the source of the event
-