ewe.ui
Class DataChangeEvent

java.lang.Object
  extended byewe.ui.Event
      extended byewe.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.
 
Fields inherited from class ewe.ui.Event
consumed, events, flags, target, timeStamp, type, window
 
Constructor Summary
DataChangeEvent(int type, Control target)
           
 
Methods inherited from class ewe.ui.Event
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Field Detail

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.

Constructor Detail

DataChangeEvent

public DataChangeEvent(int type,
                       Control target)