|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moneydance.util.VersionVerifier
public class VersionVerifier
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 |
---|
public VersionVerifier(HTTPCommunicator httpCommunicator, java.lang.String aHostname, java.lang.String anApplicationName, VersionVerifierCallback aCallback, double currentVersion)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |