当前页面: 
在线文档首页 > 
NetBeans API Javadoc (Current Development Version)
FileStatusListener (File System API) - NetBeans API Javadoc (Current Development Version)
org.openide.filesystems
Interface FileStatusListener
- All Superinterfaces: 
- EventListener
- public interface FileStatusListener 
- extends EventListener
Listener to changes in annotation of file objects.
 The annotation can be obtained by a call to FileSystem.getStatus ().annotateName (...)
 or FileSystem.getStatus ().annotateIcon (...)
 
annotationChanged
void annotationChanged(FileStatusEvent ev)
- Notifies listener about change in annotataion of a few files.
 
- 
 
- 
- Parameters:
- ev- event describing the change