You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
337 B
11 lines
337 B
package de.anomic.server;
|
|
|
|
public interface serverUpdaterCallback {
|
|
public boolean updateYaCyIsPossible();
|
|
public void grantYaCyUpdate();
|
|
public String getYaCyUpdateReleaseVersion();
|
|
//public File getYaCyUpdateReleaseFile();
|
|
public String getYaCyUpdateSource();
|
|
public void signalYaCyShutdown();
|
|
public void signalYaCyRestart();
|
|
} |