Package org.alfresco.repo.domain.schema
Class SchemaAvailableEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.alfresco.repo.domain.schema.SchemaAvailableEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SchemaAvailableEvent extends org.springframework.context.ApplicationEventA class of event that notifies the listener of the availability of the Alfresco Database Schema. Any class requiring the database must wait until after this event.- Author:
- dward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaAvailableEvent(java.lang.Object source)The Constructor.
-