Uses of Class
org.openide.filesystems.RepositoryEvent

Packages that use RepositoryEvent
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 RepositoryEvent in org.openide.filesystems
 

Methods in org.openide.filesystems with parameters of type RepositoryEvent
 void RepositoryListener.fileSystemAdded(RepositoryEvent ev)
          Called when new file system is added to the pool.
 void RepositoryListener.fileSystemRemoved(RepositoryEvent ev)
          Called when a file system is removed from the pool.
 void RepositoryAdapter.fileSystemAdded(RepositoryEvent ev)
           
 void RepositoryAdapter.fileSystemRemoved(RepositoryEvent ev)
           
 

Uses of RepositoryEvent in org.openide.util
 

Methods in org.openide.util with parameters of type RepositoryEvent
 void WeakListener.Repository.fileSystemAdded(RepositoryEvent ev)
          Deprecated. Called when new file system is added to the pool.
 void WeakListener.Repository.fileSystemRemoved(RepositoryEvent ev)
          Deprecated. Called when a file system is deleted from the pool.
 



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