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:
java.io.Serializable
public class DescriptorServiceAvailableEvent extends org.springframework.context.ApplicationEventA class of event that notifies the listener of the availability of theDescriptorService. Useful for Monitoring purposes.- Author:
- dward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescriptorServiceAvailableEvent(DescriptorService source)The Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorServicegetDescriptorService()Gets the descriptor service that raised the event.
-
-
-
Constructor Detail
-
DescriptorServiceAvailableEvent
public DescriptorServiceAvailableEvent(DescriptorService source)
The Constructor.- Parameters:
source- the source descriptor service
-
-
Method Detail
-
getDescriptorService
public DescriptorService getDescriptorService()
Gets the descriptor service that raised the event.- Returns:
- the descriptor service
-
-