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 SummaryModifier and TypeMethodDescriptionvoidCalled whenever the value of the checking changes.
- 
Method Details- 
valueChangedCalled whenever the value of the checking changes.- Parameters:
- e- the event that characterizes the change.
 
 
-