Package com.ibm.wsspi.library
Interface LibraryChangeListener
- 
 public interface LibraryChangeListenerThis 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlibraryNotification()
 
-