Interface CheckForUpdates.Listener

Enclosing class:
CheckForUpdates

public static interface CheckForUpdates.Listener
  • Method Summary

    Modifier and Type Method Description
    void completed​(java.io.File config_file, org.update4j.Configuration configuration, boolean updates_available)  
    void startManifestDownload()  
  • Method Details

    • startManifestDownload

      void startManifestDownload()
    • completed

      void completed​(java.io.File config_file, org.update4j.Configuration configuration, boolean updates_available)