Package de.xima.fc.update.interfaces
Interface ISystemUpdateProgressObserver
public interface ISystemUpdateProgressObserver
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onAfterCheckForUpdates
(int unrunUpdates) default void
onAfterExecuteUpdate
(ISystemUpdate update) default void
onAfterExecuteUpdates
(List<ISystemUpdate> updates) default void
default void
onBeforeExecuteUpdate
(ISystemUpdate update) default void
onBeforeExecuteUpdates
(List<ISystemUpdate> updates)
-
Method Details
-
onAfterCheckForUpdates
default void onAfterCheckForUpdates(int unrunUpdates) -
onAfterExecuteUpdate
-
onAfterExecuteUpdates
-
onBeforeCheckForUpdates
default void onBeforeCheckForUpdates() -
onBeforeExecuteUpdate
-
onBeforeExecuteUpdates
-