当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
FilesModificationSupport (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.modules.vcscore
Interface FilesModificationSupport
- All Known Implementing Classes:
- VcsFileSystem
- public interface FilesModificationSupport
By implementing this interface the class declares that it can notify
clients about changes in files/directories.
It allows to attach a ChangeListener, that is called whenever a file
or directory content is changed.
The source in the provided ChangeEvent is the File
that changed
(file or directory).
addFilesStructureModificationListener
public void addFilesStructureModificationListener(ChangeListener chl)
removeFilesStructureModificationListener
public void removeFilesStructureModificationListener(ChangeListener chl)