Package eu.essilab.lablib.checkboxtree
Interface TreeCheckingListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
TreeCheckingSynchronizer
The listener notified when the checking in a TreeCheckingModel changes.
- Author:
- Enrico Boldrini
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the value of the checking changes.
-
Method Details
-
valueChanged
Called whenever the value of the checking changes.- Parameters:
e
- the event that characterizes the change.
-