com.moneydance.util
Class VersionVerifier

java.lang.Object
  extended by com.moneydance.util.VersionVerifier
All Implemented Interfaces:
java.lang.Runnable

public class VersionVerifier
extends java.lang.Object
implements java.lang.Runnable

An object for testing whether users of an application have the most up-to-date version of the application on program startup. This object operates asynchronously and reports no errors in case the user of the application is not connected to a network. ------------------------------------------------------------------------ $Author: gmorris $ $Date: 2001/12/04 15:08:30 $ $Revision: 1.3 $


Constructor Summary
VersionVerifier(HTTPCommunicator httpCommunicator, java.lang.String aHostname, java.lang.String anApplicationName, VersionVerifierCallback aCallback, double currentVersion)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionVerifier

public VersionVerifier(HTTPCommunicator httpCommunicator,
                       java.lang.String aHostname,
                       java.lang.String anApplicationName,
                       VersionVerifierCallback aCallback,
                       double currentVersion)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable