站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

FileStatusListener (NetBeans File Systems API) - NetBeans API Javadoc 5.5.1

org.openide.filesystems 6.4.31

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 (...)


Method Summary
 void annotationChanged(FileStatusEvent ev)
          Notifies listener about change in annotataion of a few files.
 

Method Detail

annotationChanged

void annotationChanged(FileStatusEvent ev)
Notifies listener about change in annotataion of a few files.

Parameters:
ev - event describing the change

org.openide.filesystems 6.4.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.