Interface DataSourceModifiedListener


  • public interface DataSourceModifiedListener
    User needs to implement this interface in order to receive datasource modified notifications.
    • Method Detail

      • onDataSourceModified

        void onDataSourceModified​(java.lang.String key,
                                  WriteBehindOpResult result)
        Defines a listener method for notifying applications when data source is modified.
        Parameters:
        key - Key the dependency is based upon.
        result - WriteBehindOpResult containing staus of the operation.