Interface LazyMutableTreeNode.ChangeListener
-
- Enclosing class:
- LazyMutableTreeNode
public static interface LazyMutableTreeNode.ChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChildAdded(LazyMutableTreeNode source, java.lang.Object child, int index)voidonChildRemoved(LazyMutableTreeNode source, java.lang.Object child, int index)voidonChildrensRemoved(LazyMutableTreeNode source)
-
-
-
Method Detail
-
onChildAdded
void onChildAdded(LazyMutableTreeNode source, java.lang.Object child, int index)
-
onChildRemoved
void onChildRemoved(LazyMutableTreeNode source, java.lang.Object child, int index)
-
onChildrensRemoved
void onChildrensRemoved(LazyMutableTreeNode source)
-
-