|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeSelectionListener
The NodeSelectionListener interface for receiving notification of Node Selections (from lists) dispatched to objects that are registered Listeners of this type.
The class that is interested in monitoring NodeSelectionEvent
s
implements this interface, and registers itself with the
addNodeChangeListener
method. When an event is
dispatched anywhere in the program, that object's
NodeSelectionEvent
method is invoked.
EventListener
,
NodeSelectionEvent
Method Summary | |
---|---|
void |
NodeSelectionChanged(NodeSelectionEvent ev)
Invoked when an NodeSelectionEvent is dispatched. |
Method Detail |
---|
void NodeSelectionChanged(NodeSelectionEvent ev)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |