Interface IBmProjectProviderSynchronizationListener


  • public interface IBmProjectProviderSynchronizationListener
    This listener is being notified in case of external data synchronization is being started or finished. Users of this listener should be aware of the fact that the synchronization process notification is not atomic, so a batch resource change could result in multiple state changes.
    • Method Detail

      • synchronizationStateChanged

        void synchronizationStateChanged​(boolean synchronizationActive)
        Notifies clients about synchronization state changes
        Parameters:
        synchronizationActive - True in case if the synchronization is started/right about to be started; false otherwise