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 interfaceCheckForUpdates.Listener -
Constructor Summary
Constructors Constructor Description CheckForUpdates(UpdateLaunchBootstrap bootstrap) -
Method Summary
Modifier and Type Method Description voidaddListener(CheckForUpdates.Listener listener)voidcancel()static org.update4j.ConfigurationloadConfig(java.io.File config_file)voidrun()voidstart()
-
Constructor Details
-
Method Details
-
start
public void start() -
run
public void run()- Specified by:
runin interfacejava.lang.Runnable
-
cancel
public void cancel() -
loadConfig
public static org.update4j.Configuration loadConfig(java.io.File config_file) -
addListener
-