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.
    Author:
    Apache Directory Project
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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