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:
  • Constructor Details

    • DescriptorServiceAvailableEvent

      public DescriptorServiceAvailableEvent(DescriptorService source)
      The Constructor.
      Parameters:
      source - the source descriptor service
  • Method Details

    • getDescriptorService

      public DescriptorService getDescriptorService()
      Gets the descriptor service that raised the event.
      Returns:
      the descriptor service