Package binaryFileStorage.checker
Interface UpdateWorkObserver
- All Known Implementing Classes:
BinaryUpdateDialog
public interface UpdateWorkObserver
Get progress updates from worker.
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionvoiddone()voidupdate(UpdateWorkProgress updateWorkProgress) Get progres updates from worker
-
Method Details
-
update
Get progres updates from worker- Parameters:
updateWorkProgress-
-
done
void done()
-