Interface IInfobaseSynchronizationListener

    • Method Detail

      • synchronizationStateChanged

        void synchronizationStateChanged​(InfobaseReference infobase,
                                         InfobaseSynchronizationState state)
        Notifies that infobase synchronization state was changed for the given infobase. Method can be invoked multiple times, one time per state changes.
        Parameters:
        infobase - the infobase, which synchronization state was changed, cannot be null
        state - the new synchronization state, cannot be null
      • equalityStateChanged

        void equalityStateChanged​(InfobaseReference infobase,
                                  InfobaseEqualityState state)
        Notifies that infobase equality state was changed for the given infobase.Method can be invoked multiple times, one time per state changes.
        Parameters:
        infobase - the infobase, which equality state was changed, cannot be null
        state - the new equality state, cannot be null