|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void schemaLoaded(Schema schema)
schema
- the Schema that was loadedvoid schemaUnloaded(Schema schema)
schema
- the Schema that was unloaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |