public interface NodeListViewListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
nodeRemoved(NodeListEvent e)
Raised when the user removes a node from the list view.
|
void |
nodeSelected(NodeListEvent e)
Raised when the user selects a node in the list view.
|
void nodeSelected(NodeListEvent e)
e
- A NodeListEvent object providing information about the event.void nodeRemoved(NodeListEvent e)
e
- A NodeListEvent object providing information about the event.