Eclipse Platform
Release 3.0

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

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

Parameters:
event - event object describing the change

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.