org.alfresco.repo.domain.schema
Class SchemaAvailableEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.alfresco.repo.domain.schema.SchemaAvailableEvent
All Implemented Interfaces:
java.io.Serializable

public class SchemaAvailableEvent
extends org.springframework.context.ApplicationEvent

A 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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SchemaAvailableEvent(java.lang.Object source)
          The Constructor.
 
Method Summary
 
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

SchemaAvailableEvent

public SchemaAvailableEvent(java.lang.Object source)
The Constructor.

Parameters:
source - the source of the event


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.