Package org.eclipse.jface.viewers
Interface ICheckStateListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener which is notified of changes to the checked
state of items in checkbox viewers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies of a change to the checked state of an element.
-
Method Details
-
checkStateChanged
Notifies of a change to the checked state of an element.- Parameters:
event
- event object describing the change
-