ewe.ui
Class DataChangeEvent
java.lang.Object
ewe.ui.Event
ewe.ui.DataChangeEvent
- public class DataChangeEvent
- extends Event
|
Field Summary |
Object |
cause
This can be used to point to an object which gives an indication as to the cause of the change. |
static int |
DATA_CHANGED
|
String |
fieldName
A field name which caused the data change. |
DATA_CHANGED
public static final int DATA_CHANGED
- See Also:
- Constant Field Values
fieldName
public String fieldName
- A field name which caused the data change.
cause
public Object cause
- This can be used to point to an object which gives an indication as to the cause of the change.
The Editor object when generating a data change will set this to be the DataChangeEvent that it
received from one of its fields.
DataChangeEvent
public DataChangeEvent(int type,
Control target)