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
Modifier and TypeMethodDescriptionvoid
resourceChanged
(ModuleHandle module, ResourceChangeEvent event) Notifies this listener that some resource changes happened.
-
Method Details
-
resourceChanged
Notifies this listener that some resource changes happened. The supplied event gives details.- Parameters:
module
- the moduleevent
- the resource change event
-