T - the type of the data table records@FunctionalInterface public interface DirtyRecordHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdateDirtyRecord(T dirty) |
void onUpdateDirtyRecord(T dirty)
dirty - T a dirty copy of the table row recordCopyright © 2019–2022 Dominokit. All rights reserved.