Interface ISystemUpdateProgressObserver


  • public interface ISystemUpdateProgressObserver
    • Method Detail

      • onAfterCheckForUpdates

        default void onAfterCheckForUpdates​(int unrunUpdates)
      • onAfterExecuteUpdate

        default void onAfterExecuteUpdate​(ISystemUpdate update)
      • onAfterExecuteUpdates

        default void onAfterExecuteUpdates​(List<ISystemUpdate> updates)
      • onBeforeCheckForUpdates

        default void onBeforeCheckForUpdates()
      • onBeforeExecuteUpdate

        default void onBeforeExecuteUpdate​(ISystemUpdate update)
      • onBeforeExecuteUpdates

        default void onBeforeExecuteUpdates​(List<ISystemUpdate> updates)