public class RepositoryReorderedEvent extends EventObject
Repository.reorder(int[])
,
Serialized Formsource
Constructor and Description |
---|
RepositoryReorderedEvent(Repository fsp,
int[] perm)
Create a new reorder event.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getPermutation()
Get the permutation of filesystems.
|
Repository |
getRepository()
Get the affected filesystem pool.
|
getSource, toString
public RepositoryReorderedEvent(Repository fsp, int[] perm)
fsp
- the filesystem pool being reorderedperm
- the permutation of filesystems in the poolpublic Repository getRepository()
public int[] getPermutation()