classpathhelper.filechangelistener
Interface IFileChangeListener
- All Known Implementing Classes:
- BasicClassPathModel, JavaProjectClassPathListener, TomcatClassPathListener
- public interface IFileChangeListener
Interface for an object interested in file changes.
- Since:
- 1.0
- Author:
- bharris
fileChanged
public void fileChanged(FileChangeMonitor source,
FileChangedEvent[] evt)
- Callback method indicating file(s) have changed.
- Parameters:
source
- The monitor these changes are from.evt
- An array of the events representing all
the file changes.- Since:
- 1.0