Uses of Interface
org.openide.filesystems.FileStatusListener

Packages that use FileStatusListener
org.openide.filesystems The IDE internally uses the concept of a virtual filesystem
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

Uses of FileStatusListener in org.openide.filesystems
 

Methods in org.openide.filesystems with parameters of type FileStatusListener
 void FileSystem.addFileStatusListener(FileStatusListener listener)
          Registers FileStatusListener to receive events.
 void FileSystem.removeFileStatusListener(FileStatusListener listener)
          Removes FileStatusListener from the list of listeners.
 

Uses of FileStatusListener in org.openide.util
 

Classes in org.openide.util that implement FileStatusListener
static class WeakListener.FileStatus
          Deprecated. use appropriate method instead
 

Methods in org.openide.util that return FileStatusListener
static FileStatusListener WeakListener.fileStatus(FileStatusListener l, Object source)
           
 

Methods in org.openide.util with parameters of type FileStatusListener
static FileStatusListener WeakListener.fileStatus(FileStatusListener l, Object source)
           
 

Constructors in org.openide.util with parameters of type FileStatusListener
WeakListener.FileStatus(FileStatusListener l)
          Deprecated. Constructor.
 



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