This commit is contained in:
zzz
2013-01-02 14:02:02 +00:00
parent 6ed602309f
commit 71607fff2d

View File

@@ -33,7 +33,7 @@ public interface UpdateManager {
public void shutdown(); public void shutdown();
/** /**
* Called by the Updater, either after check() was called, or it found out on its own. * Called by the Checker, either after check() was called, or it found out on its own.
* *
* @param newsSource who told us * @param newsSource who told us
* @param id plugin name for plugins, ignored otherwise * @param id plugin name for plugins, ignored otherwise
@@ -49,7 +49,7 @@ public interface UpdateManager {
String newVersion, String minVersion); String newVersion, String minVersion);
/** /**
* Called by the Updater after check() was called and all notifyVersionAvailable() callbacks are finished * Called by the Checker after check() was called and all notifyVersionAvailable() callbacks are finished
* @param newer notifyVersionAvailable was called * @param newer notifyVersionAvailable was called
* @param success check succeeded (newer or not) * @param success check succeeded (newer or not)
*/ */