Eclipse Platform
2.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
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.