public static interface CheckBoxTree.StateListener
CheckBoxTree.State of nodes| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(Object node,
CheckBoxTree.State oldState,
CheckBoxTree.State newState)
Will be called when the
CheckBoxTree.State of the given node changed |
void stateChanged(Object node, CheckBoxTree.State oldState, CheckBoxTree.State newState)
CheckBoxTree.State of the given node changednode - The nodeoldState - The old statenewState - The new stateCopyright © 2022. All rights reserved.