org.opensubsystems.patterns.thickclient.application.swt
Interface ToggleButtonListener
public interface ToggleButtonListener
Interface which should be implemented by anybody who wants to get notified
when the toggle button is toggled.
- Version:
- $Id: ToggleButtonListener.java,v 1.3 2007/01/07 06:14:15 bastafidli Exp $
- Author:
- Miro Halas
- Code reviewer:
- Miro Halas
- Code reviewed:
- 1.1 2006/02/17 03:37:04
|
Method Summary |
void |
valueToggled(org.eclipse.swt.widgets.TableItem item,
int iColumn,
java.lang.Object objData,
java.lang.String strValue)
This method is called when the value is toggled. |
valueToggled
void valueToggled(org.eclipse.swt.widgets.TableItem item,
int iColumn,
java.lang.Object objData,
java.lang.String strValue)
- This method is called when the value is toggled. No actual change of value
is performed by the adapter, it just sends a message that the value
should be toggled and the subscribed listener should do the work.
- Parameters:
item - - table item which was togglediColumn - - column which was toggledobjData - - data represented by the controlstrValue - - what was the value and the moment of modification
Copyright © 2003 - 2006 OpenSubsystems s.r.o.