Package xal.tools.data
Interface KeyValueRecordListener<S,R>
- All Known Implementing Classes:
BrowserController
public interface KeyValueRecordListener<S,R>
Listener for key value record modifications
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecordModified(S source, R recordType, String keyPath, Object value) Event indicating that the specified record has been modified in the specified source.
-
Method Details
-
recordModified
Event indicating that the specified record has been modified in the specified source.- Parameters:
source- the source posting the modification eventrecordType- the record which was modifiedkeyPath- the key path to the modified valuevalue- the new value
-