Package de.xima.fc.update.interfaces
Interface ISystemUpdateProgressObserver
- 
public interface ISystemUpdateProgressObserver 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonAfterCheckForUpdates(int unrunUpdates)default voidonAfterExecuteUpdate(ISystemUpdate update)default voidonAfterExecuteUpdates(List<ISystemUpdate> updates)default voidonBeforeCheckForUpdates()default voidonBeforeExecuteUpdate(ISystemUpdate update)default voidonBeforeExecuteUpdates(List<ISystemUpdate> updates) 
 - 
 
- 
- 
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)
 
 - 
 
 -