public static interface ConnectCommunicationHelper.Listener
Modifier and Type | Method and Description |
---|---|
void |
canceledUpload() |
void |
completedSendFile(int code) |
void |
connectBroken(int tryCnt) |
void |
connected() |
void |
error(int code) |
void |
heartbeat() |
void |
progressSendFile(int progress) |
void |
startFileSend() |
java.lang.String |
takeDeltaMD5() |
byte |
takePackageType() |
void heartbeat()
void error(int code)
void startFileSend()
void progressSendFile(int progress)
void canceledUpload()
void completedSendFile(int code)
void connected()
void connectBroken(int tryCnt)
byte takePackageType()
java.lang.String takeDeltaMD5()