org.openide.filesystems
Interface RepositoryListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
RepositoryAdapter, WeakListener.Repository

public interface RepositoryListener
extends EventListener

Listener to changes in the file system pool.


Method Summary
 void fileSystemAdded(RepositoryEvent ev)
          Called when new file system is added to the pool.
 void fileSystemPoolReordered(RepositoryReorderedEvent ev)
          Called when a file system pool is reordered.
 void fileSystemRemoved(RepositoryEvent ev)
          Called when a file system is removed from the pool.
 

Method Detail

fileSystemAdded

public void fileSystemAdded(RepositoryEvent ev)
Called when new file system is added to the pool.
Parameters:
ev - event describing the action

fileSystemRemoved

public void fileSystemRemoved(RepositoryEvent ev)
Called when a file system is removed from the pool.
Parameters:
ev - event describing the action

fileSystemPoolReordered

public void fileSystemPoolReordered(RepositoryReorderedEvent ev)
Called when a file system pool is reordered.


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