public class CellValueChangedEvent extends java.util.EventObject implements WidgetEvent
| Constructor and Description |
|---|
CellValueChangedEvent(Widget widget,
int row,
int col)
Create a CellValueChangedEvent.
|
public CellValueChangedEvent(Widget widget, int row, int col)
widget - the Widget whose value has changedrow - the row containing the cell whose value was editedcol - the column containing the cell whose value was editedpublic Widget getWidget()
getWidget in interface WidgetEventpublic int getRow()
public int getColumn()
Written by Peter Eastman.