public interface DataChangeListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
dataChanged(DataChangeEvent event)
raised when datachanges are detected in the datacontrol implementation and
 is to be notified via the bindings to the UI layers. 
 | 
void | 
handleDataException(DataExceptionEvent event)
raised when exception is encountered by the datacontrol implementation and
 needs to be notified to the bindings and the UI layers. 
 | 
void dataChanged(DataChangeEvent event)
void handleDataException(DataExceptionEvent event)