Invoked after nodes have been removed from the tree. Note that if a subtree is removed from the tree, this method may only be invoked once for the root of the removed subtree, not once for each individual set of siblings removed.
Use e.getPath()
to get the former parent of the deleted node(s). e.getChildIndices()
returns, in ascending order, the index(es) the node(s) had before being deleted.
|
|