public interface KeyValueRecordListener<SourceType,RecordType>
| Modifier and Type | Method and Description |
|---|---|
void |
recordModified(SourceType source,
RecordType record,
java.lang.String keyPath,
java.lang.Object value)
Event indicating that the specified record has been modified in the specified source.
|
void recordModified(SourceType source, RecordType record, java.lang.String keyPath, java.lang.Object value)
source - the source posting the modification eventrecord - the record which was modifiedkeyPath - the key path to the modified valuevalue - the new value