Package jadex.base.gui.asynctree
Interface INodeListener
-
public interface INodeListenerNotified when nodes are added or removed from the component tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnodeAdded(ITreeNode node)A node was added.voidnodeRemoved(ITreeNode node)A node was removed.
-