Commit 5407211d by patpat

删除无用代码

parent f8a85f81
......@@ -57,16 +57,6 @@ public abstract class Action {
return mAction.equals(action);
}
public void response(JSONObject response) {
if (response == null) {
fail("");
}
}
protected void response(int sessionId, JSONObject data) {
}
protected void timeout(final Runnable runnable, long ms) {
new Timer().schedule(new TimerTask() {
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment