public class IndexSelectionEvent extends Object
| Constructor and Description |
|---|
IndexSelectionEvent(Object source,
AbstractIndexDescriptor index)
Constructor of the event.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractIndexDescriptor |
getIndex()
Returns the index that has been selected.
|
Object |
getSource()
Returns the source of the event.
|
public IndexSelectionEvent(Object source, AbstractIndexDescriptor index)
source - the source of the event.index - the index that has been selected.public AbstractIndexDescriptor getIndex()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.