public interface QueryNodeListener
| Modifier and Type | Method and Description |
|---|---|
void |
childrenAdded(QueryEvent event)
Invoked when one or more children are added to a QueryNode
list of children.
|
void |
childrenRemoved(QueryEvent event)
Invoked when one or more children of a QueryNode are removed
from its list.
|
void |
selectionChanged(QueryEvent event)
Invoked when a selection operator has changed.
|
void childrenRemoved(QueryEvent event)
event - Describes in detail the actual event that just happened.void childrenAdded(QueryEvent event)
event - Describes in detail the actual event that just happened.void selectionChanged(QueryEvent event)
event - Describes in detail the actual event that just happened.Selection