Interface IResourceChangeListener
-
public interface IResourceChangeListener
This listener is notified of changes to resources in the resource path. The resources under resource path is suppose to be one of following:- libraries
Clients may implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resourceChanged(ModuleHandle module, ResourceChangeEvent event)
Notifies this listener that some resource changes happened.
-
-
-
Method Detail
-
resourceChanged
void resourceChanged(ModuleHandle module, ResourceChangeEvent event)
Notifies this listener that some resource changes happened. The supplied event gives details.- Parameters:
module
- the moduleevent
- the resource change event
-
-