Interface LibraryChangeListener


public interface LibraryChangeListener
This interface should be implemented by those interested in being notified when a shared library has changed (either in configuration or content).

A service should be registered under this interface with a property of library=id, where id is the library id in config.

To allow for parent first nested config, where <library> can be nested under other elements, the presence of libraryRef containing the library pid implicitly registers the service as a listener if it implements this interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • libraryNotification

      void libraryNotification()