in core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadingListener.java [59:66]
public void addReloadNotificationListener( final ReloadNotificationListener pNotificationListener ) {
notificationListeners.add(pNotificationListener);
if (pNotificationListener instanceof ReloadingClassLoader) {
((ReloadingClassLoader)pNotificationListener).addResourceStore(store);
}
}