public class SchemaElementSelectionEvent extends Object
| Constructor and Description |
|---|
SchemaElementSelectionEvent(Object source,
Object schemaElement)
Constructor of the event.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getSchemaElement()
Returns the schema element that has been selected.
|
Object |
getSource()
Returns the source of the event.
|
public SchemaElementSelectionEvent(Object source, Object schemaElement)
source - the source of the event.schemaElement - the schema element that has been selected.public Object getSchemaElement()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.