com.ibm.ws.classloading.sharedlibrary

Interface LibraryChangeListener


  1. 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 and Description
  1. void
libraryNotification()

Method Detail

libraryNotification

  1. void libraryNotification()