|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITreeListeners
Interface that provides methods to add and remove listeners that are interested in changes of the model.
Method Summary | |
---|---|
void |
addListener(ITreeNode element)
Adds a listener to the model. |
void |
removeListener(ITreeNode element)
Removes a listener from the model. |
Method Detail |
---|
void removeListener(ITreeNode element)
element
- the listener to remove.void addListener(ITreeNode element)
element
- the listener to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |