Package org.alfresco.repo.descriptor
Class DescriptorServiceAvailableEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.descriptor.DescriptorServiceAvailableEvent
- All Implemented Interfaces:
Serializable
public class DescriptorServiceAvailableEvent
extends org.springframework.context.ApplicationEvent
A class of event that notifies the listener of the availability of the
DescriptorService. Useful for Monitoring purposes.- Author:
- dward
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the descriptor service that raised the event.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DescriptorServiceAvailableEvent
The Constructor.- Parameters:
source- the source descriptor service
-
-
Method Details
-
getDescriptorService
Gets the descriptor service that raised the event.- Returns:
- the descriptor service
-