|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueueSentCallback
Method Summary | |
---|---|
void |
queueSent(RPCRequest[] requests)
This method is called by the RPCManager every time it sends a queue of requests to the server (note that if you not using queuing, the system simply sends queues containing just one request, so this API is valid regardless). |
Method Detail |
---|
void queueSent(RPCRequest[] requests)
This method is called by the RPCManager every time it sends a queue of requests to the server (note that if you not using queuing, the system simply sends queues containing just one request, so this API is valid regardless).
It is intended to be used by user code that needs to be notified when SmartGWT sends requests to the server. Note that the list ofRPCRequest
's passed to this
method is strictly read-only.
requests
- the rpc requests
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |