Interface SourcesTreeEvents
public
interface
SourcesTreeEvents
// Implemented by
Tree
A widget that implements this interface sources the events defined by the
TreeListener interface.
Methods
Method Detail
addTreeListener
Adds a listener interface to receive tree events.
Parameters
- listener
- the listener interface to add
removeTreeListener
Removes a previously added listener interface.
Parameters
- listener
- the listener interface to remove