org.apache.directory.shared.ldap.schema.registries
Interface SchemaLoaderListener

All Known Implementing Classes:
Registries

public interface SchemaLoaderListener

A listener interface used by schema loaders and the schema subsystem of Apache Directory Server to notify the registry of events like a new schema being loaded or unloaded.

Version:
$Rev$
Author:
Apache Directory Project

Method Summary
 void schemaLoaded(Schema schema)
          Listener method called to indicate a loader or other agent finished loading the schema objects for a schema into the Registries.
 void schemaUnloaded(Schema schema)
          Listener method called to indicate an agent finished loading the schema objects for a schema into the Registries.
 

Method Detail

schemaLoaded

void schemaLoaded(Schema schema)
Listener method called to indicate a loader or other agent finished loading the schema objects for a schema into the Registries.

Parameters:
schema - the Schema that was loaded

schemaUnloaded

void schemaUnloaded(Schema schema)
Listener method called to indicate an agent finished loading the schema objects for a schema into the Registries.

Parameters:
schema - the Schema that was unloaded


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.