Uses of Class
com.tccc.kos.core.service.firmware.UpdateTask
Packages that use UpdateTask
-
Uses of UpdateTask in com.tccc.kos.core.service.firmware
Methods in com.tccc.kos.core.service.firmware that return UpdateTaskModifier and TypeMethodDescriptionabstract UpdateTask
FirmwareUpdatableLink.checkForUpdate
(FirmwareService service) Check if a firmware update is required.FirmwareUpdatableLink.checkForUpdate
(FirmwareService service, FirmwareUpdatableDevice device) FirmwareUpdater.checkForUpdate
(FirmwareService service, FirmwareUpdatableDevice device) Check if firmware update is required for the specified device.Methods in com.tccc.kos.core.service.firmware with parameters of type UpdateTaskModifier and TypeMethodDescriptionboolean
FirmwareUpdatableLink.onUpdateFailed
(FirmwareService service, UpdateTask task, boolean permanent) boolean
FirmwareUpdateCallback.onUpdateFailed
(FirmwareService service, UpdateTask task, boolean permanent) Update failed.default boolean
FirmwareUpdateCallback.onUpdateRequired
(FirmwareService service, UpdateTask task) Update required using the specified task.void
FirmwareUpdatableLink.onUpdateSuccess
(FirmwareService service, UpdateTask task) void
FirmwareUpdateCallback.onUpdateSuccess
(FirmwareService service, UpdateTask task) Update was successfully performed.void
FirmwareService.queueUpdate
(UpdateTask task) Queue anUpdateTask
to be run.FirmwareUpdater.update
(UpdateTask task) Performs the actual update associated with theUpdateTask
that was returned fromcheckForUpdate()
.