Package org.alfresco.repo.dictionary
Class DictionaryRepositoryBootstrappedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.dictionary.DictionaryRepositoryBootstrappedEvent
-
- All Implemented Interfaces:
Serializable
public class DictionaryRepositoryBootstrappedEvent extends org.springframework.context.ApplicationEvent- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description DictionaryRepositoryBootstrappedEvent(Object source)The Constructor.
-
-
-
Constructor Detail
-
DictionaryRepositoryBootstrappedEvent
public DictionaryRepositoryBootstrappedEvent(Object source)
The Constructor.- Parameters:
source- the source of the event
-
-