Search
NodeListViewAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the NodeListViewListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of NodeListViewListener.

The following tables list the members exposed by the NodeListViewAdapter type.

 Public Constructors

  Name Description

NodeListViewAdapter

 

 Public Methods

  Name Description

nodeRemoved

Raised when the user removes a node from the list view.

nodeSelected

Raised when the user selects a node in the list view.

 See Also