org.openide.filesystems
Interface FileStatusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
WeakListener.FileStatus

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

public void annotationChanged(FileStatusEvent ev)
Notifies listener about change in annotataion of a few files.
Parameters:
ev - event describing the change


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.