org.openide.filesystems 7.38.1

Uses of Interface
org.openide.filesystems.FileStatusListener

Packages that use FileStatusListener
org.openide.filesystems NetBeans internally uses the concept of a virtual filesystem
 

Uses of FileStatusListener in org.openide.filesystems
 

Methods in org.openide.filesystems that return FileStatusListener
static FileStatusListener FileUtil.weakFileStatusListener(FileStatusListener l, Object source)
          Creates a weak implementation of FileStatusListener.
 

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.
static FileStatusListener FileUtil.weakFileStatusListener(FileStatusListener l, Object source)
          Creates a weak implementation of FileStatusListener.
 


org.openide.filesystems 7.38.1

Built on February 9 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.