Interface ISynchronizationStateChangeNotifier


  • public interface ISynchronizationStateChangeNotifier
    Infobase synchronization state change notifier allows to notify about synchronization or equality state changes.
    • Method Detail

      • notifySyncrhonizationStateChange

        void notifySyncrhonizationStateChange​(InfobaseReference infobase,
                                              InfobaseSynchronizationState state)
        Notify about the infobase synchronization state change event. Registered listeners will be notified about new infobase synchronization state.
        Parameters:
        infobase - the infobase, which synchronization state was changed, cannot be null
        state - the new synchronization state, cannot be null
      • notifyEqualityStateChange

        void notifyEqualityStateChange​(InfobaseReference infobase,
                                       InfobaseEqualityState state)
        Notify about the infobase equality state change event. Registered listeners will be notified about new infobase equality state.
        Parameters:
        infobase - the infobase, which equality state was changed, cannot be null
        state - the new equality state, cannot be null