Interface UpdateServiceAsync
public interface UpdateServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckDownloadStatus(com.google.gwt.user.client.rpc.AsyncCallback<int[]> callback) voidcheckPatch(com.google.gwt.user.client.rpc.AsyncCallback<GUIPatch[]> callback) voidcheckUpdate(com.google.gwt.user.client.rpc.AsyncCallback<GUIParameter[]> callback) voidconfirmPatch(String updateFileName, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidconfirmUpdate(String updateFileName, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voiddownloadPatch(String id, String fileName, long fileSize, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voiddownloadUpdate(String id, String fileName, long fileSize, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidgetPatchNotes(String patchFileName, com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback) voidgetUpdateNotes(String updateFileName, com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback) voidvoidloadUpdate(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
-
Method Details
-
checkUpdate
-
downloadUpdate
-
checkDownloadStatus
void checkDownloadStatus(com.google.gwt.user.client.rpc.AsyncCallback<int[]> callback) -
getUpdateNotes
-
confirmUpdate
-
checkPatch
-
confirmPatch
-
getPatchNotes
-
downloadPatch
-
loadUpdate
-
loadPatch
-