Interface UpdateSynchronizer

  • All Known Implementing Classes:
    JSVGUpdateSynchronizer

    public interface UpdateSynchronizer
    API to synchronize updates
    Since:
    0.3
    Author:
    Erich Schubert
    • Method Detail

      • activate

        void activate()
        This method is called whenever a new pending event was added.
      • addUpdateRunner

        void addUpdateRunner​(UpdateRunner updateRunner)
        Set an update runner to use.
        Parameters:
        updateRunner -