Interface UpdateWorkObserver

All Known Implementing Classes:
BinaryUpdateDialog

public interface UpdateWorkObserver
Get progress updates from worker.
Author:
dg50
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    update(UpdateWorkProgress updateWorkProgress)
    Get progres updates from worker
  • Method Details

    • update

      void update(UpdateWorkProgress updateWorkProgress)
      Get progres updates from worker
      Parameters:
      updateWorkProgress -
    • done

      void done()