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