The listener should be invoked. Sounds like a potential bug.

On Mar 16, 2011, at 4:38 PM, anton dos santos wrote:

> Hi
> I have a TreeView with a TreeViewSelectionListener, but the listener doesn't 
> get invoked when a item is removed from the tree.
> I do : tree.getTreeData().remove( tree.getSelectedNode());
> tree is refreshed : the removed node is no longer shown, no node is selected 
> but the listener is not invoked.
> Am I missing something ?
> ps: The same strategy works fine with ListView.
> 
> Regards
> Anton

Reply via email to