org.omus.data
Interface FieldListener


public interface FieldListener

A listener that gets notified when the value of a DataField changes. Can be registered with any DataField through its addListener method.


Method Summary
 void fieldChange(DataField field)
          Invoked when the value of the specified DataField was modified.
 

Method Detail

fieldChange

public void fieldChange(DataField field)
Invoked when the value of the specified DataField was modified.