|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRawDataObserver
Observer interface for raw data monitors.
Method Summary | |
---|---|
void |
notifyRemoved(DataRow row)
Notifies when row is removed. |
void |
notifyRestored(DataRow row)
Notifies when row is restored. |
void |
notifyValueChanged(DataRow row,
String oldValue,
String newValue)
Notifies when new value is set in specified row. |
Method Detail |
---|
void notifyRemoved(DataRow row)
row
- row which is removedvoid notifyRestored(DataRow row)
row
- row which is restoredvoid notifyValueChanged(DataRow row, String oldValue, String newValue)
row
- row which is editedoldValue
- old valuenewValue
- new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |