|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryNodeListener
Objects that want to be notified of changes to the Query Model structure have to implement this interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||