Project

General

Profile

« Previous | Next » 

Revision 46885

Partial response of async methods

View differences:

HasAsyncMethods.java
2 2

  
3 3
public interface HasAsyncMethods {
4 4

  
5
	void processMethod(String method, String jsonParams, AsyncServerCallback callback) throws AsyncMethodException;
5
	AsyncRunnable prepareThread(String method, String jsonParams, AsyncServerCallback callback) throws AsyncMethodException;
6 6

  
7 7
}

Also available in: Unified diff