|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.alfresco.repo.descriptor.DescriptorServiceAvailableEvent
public class DescriptorServiceAvailableEvent
A class of event that notifies the listener of the availability of the DescriptorService
. Useful for
Monitoring purposes.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DescriptorServiceAvailableEvent(DescriptorService source)
The Constructor. |
Method Summary | |
---|---|
DescriptorService |
getDescriptorService()
Gets the descriptor service that raised the event. |
Methods inherited from class org.springframework.context.ApplicationEvent |
---|
getTimestamp |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescriptorServiceAvailableEvent(DescriptorService source)
source
- the source descriptor serviceMethod Detail |
---|
public DescriptorService getDescriptorService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |