|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImportDataObserver
Observer interface for import data monitors.
| Method Summary | |
|---|---|
void |
notifyRemoved(DataRow row)
Notifies when a row is removed. |
void |
notifyRestored(DataRow row)
Notifies when a row is restored. |
void |
notifyValueChanged(DataRow row,
int index,
Object oldValue,
Object newValue)
Notifies when new value is set in a specified row. |
| Method Detail |
|---|
void notifyRemoved(DataRow row)
row - the row which is removedvoid notifyRestored(DataRow row)
row - the row which is restored
void notifyValueChanged(DataRow row,
int index,
Object oldValue,
Object newValue)
row - the row which is editedindex - the position, on which the change had occurredoldValue - the old valuenewValue - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||