org.eclipse.jface.viewers
Interface ICheckStateListener


public interface ICheckStateListener

A listener which is notified of changes to the checked state of items in checkbox viewers.

See Also:
CheckStateChangedEvent

Method Summary
 void checkStateChanged(CheckStateChangedEvent event)
          Notifies of a change to the checked state of an element.
 

Method Detail

checkStateChanged

void checkStateChanged(CheckStateChangedEvent event)
Notifies of a change to the checked state of an element.

Parameters:
event - event object describing the change