*) new interface class. should be implemented by the updater to allow communication between the updater and yacy
(not yet functional) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3648 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
158b652c17
commit
469583ea80
@ -0,0 +1,8 @@
|
||||
package de.anomic.server;
|
||||
|
||||
public interface serverUpdaterCallback {
|
||||
public boolean updateIsPossible();
|
||||
public String getUpdateReleaseFileName();
|
||||
public String getUpdateSource();
|
||||
public void grantUpdate();
|
||||
}
|
Loading…
Reference in new issue