org.openide.filesystems
Class RepositoryReorderedEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.openide.filesystems.RepositoryReorderedEvent
- All Implemented Interfaces:
- Serializable
- public class RepositoryReorderedEvent
- extends EventObject
Fired when a file system pool is reordered.
- See Also:
Repository.reorder(int[])
, Serialized Form
RepositoryReorderedEvent
public RepositoryReorderedEvent(Repository fsp,
int[] perm)
- Create a new reorder event.
- Parameters:
fsp
- the file system pool being reorderedperm
- the permutation of file systems in the pool
getRepository
public Repository getRepository()
- Get the affected file system pool.
- Returns:
- the pool
getPermutation
public int[] getPermutation()
- Get the permutation of file systems.
- Returns:
- the permutation
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.