Interface KeyValueRecordListener<S,R>

All Known Implementing Classes:
BrowserController

public interface KeyValueRecordListener<S,R>
Listener for key value record modifications
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recordModified(S source, R recordType, String keyPath, Object value)
    Event indicating that the specified record has been modified in the specified source.
  • Method Details

    • recordModified

      void recordModified(S source, R recordType, String keyPath, Object value)
      Event indicating that the specified record has been modified in the specified source.
      Parameters:
      source - the source posting the modification event
      recordType - the record which was modified
      keyPath - the key path to the modified value
      value - the new value