forked from I2P_Developers/i2p.i2p
Update manager: Notify GeoIP type and file version
This commit is contained in:
@ -230,6 +230,15 @@ public interface UpdateManager {
|
||||
*/
|
||||
public String getStatus();
|
||||
|
||||
/**
|
||||
* Tell the UpdateManager that a version is already installed.
|
||||
*
|
||||
* @param id subtype for plugins, or ""
|
||||
* @param version null to remove from installed
|
||||
* @since 0.9.45
|
||||
*/
|
||||
public void notifyInstalled(UpdateType type, String id, String version);
|
||||
|
||||
/**
|
||||
* For debugging
|
||||
*/
|
||||
|
@ -12,7 +12,6 @@ public enum UpdateType {
|
||||
ROUTER_SIGNED,
|
||||
ROUTER_UNSIGNED,
|
||||
PLUGIN,
|
||||
/** unused */
|
||||
GEOIP,
|
||||
BLOCKLIST,
|
||||
/** unused */
|
||||
|
Reference in New Issue
Block a user