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

Uses of Class org.openide.filesystems.RepositoryEvent (NetBeans APIs) - NetBeans API Javadoc 4.1.0


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 filesystem is added to the pool.
 void RepositoryListener.fileSystemRemoved(RepositoryEvent ev)
          Called when a filesystem 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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.