Class CheckForUpdates

java.lang.Object
net.christophermerrill.update4j.multichannel.core.CheckForUpdates
All Implemented Interfaces:
java.lang.Runnable

public class CheckForUpdates
extends java.lang.Object
implements java.lang.Runnable
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static interface  CheckForUpdates.Listener  
  • Constructor Summary

    Constructors 
    Constructor Description
    CheckForUpdates​(UpdateLaunchBootstrap bootstrap)  
  • Method Summary

    Modifier and Type Method Description
    void addListener​(CheckForUpdates.Listener listener)  
    void cancel()  
    static org.update4j.Configuration loadConfig​(java.io.File config_file)  
    void run()  
    void start()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait