public class NodeListViewAdapter extends java.lang.Object implements NodeListViewListener
Constructor and Description |
---|
NodeListViewAdapter() |
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.
|
public void nodeSelected(NodeListEvent e)
nodeSelected
in interface NodeListViewListener
e
- A NodeListEvent object providing information about the event.public void nodeRemoved(NodeListEvent e)
nodeRemoved
in interface NodeListViewListener
e
- A NodeListEvent object providing information about the event.