com.moneydance.util
Interface VersionVerifierCallback
public interface VersionVerifierCallback
An object used to check to see if the current application
is the most recent. This object is an interface to the
object that will handle alerting the user if they are using
an old application.
$Author: sreilly $ $Date: 2001/01/31 19:31:16 $
$Revision: 1.1 $
------------------------------------------------------------------------
$Log: VersionVerifierCallback.java,v $
Revision 1.1 2001/01/31 19:31:16 sreilly
Moved *everything* to com.moneydance package, and rearranged a couple of
the packages in the process.
Revision 1.3 1999/02/12 21:22:52 sreilly
added copyright and removed references to artistic license
Revision 1.2 1998/12/09 03:01:34 sreilly
Reminders mostly implemented and working, including homepage summary of
reminders.
Revision 1.1.1.1 1998/08/13 13:58:57 sreilly
Initial Moneydance checkin
userHasOldVersion
void userHasOldVersion(java.lang.String message,
java.lang.String newVersion,
java.lang.String[] features)
userHasCurrentVersion
void userHasCurrentVersion()
errorCheckingVersion
void errorCheckingVersion(java.lang.String error)