mirror of
https://gitee.com/BDWare/consistency-sdk
synced 2025-01-10 09:54:10 +00:00
rebase
This commit is contained in:
parent
a2fa767d89
commit
bd6135b6ea
@ -0,0 +1,8 @@
|
||||
package org.bdware.sdk.consistency.api.context;
|
||||
|
||||
import com.google.gson.JsonObject;
|
||||
import org.bdware.sc.conn.ResultCallback;
|
||||
|
||||
public interface IMasterClientTCPAction {
|
||||
void asyncExecuteContractLocally(JsonObject jo, ResultCallback rc);
|
||||
}
|
@ -1,6 +1,8 @@
|
||||
package org.bdware.sdk.consistency.api.context;
|
||||
|
||||
public interface ISDKContext {
|
||||
IMasterClientTCPAction getMasterClientTCPAction();
|
||||
|
||||
IMasterServerTCPAction getMasterServerTCPAction();
|
||||
|
||||
INetworkManager getNetworkManager();
|
||||
|
Loading…
Reference in New Issue
Block a user