|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a callback registered against an asynchronous request.
Method Summary | |
void |
receiveException(NKFException aException,
INKFRequest aRequest,
INKFConvenienceHelper context)
Called when a request fails. |
void |
receiveRepresentation(IURRepresentation aRepresentation,
INKFRequest aRequest,
INKFConvenienceHelper context)
Called when the result of a request is made available. |
Method Detail |
public void receiveRepresentation(IURRepresentation aRepresentation, INKFRequest aRequest, INKFConvenienceHelper context) throws Exception
aRepresentation
- The representation that was returned as a
result of the request.aRequest
- The request that was issuedcontext
- The context that the request was issued in
Exception
public void receiveException(NKFException aException, INKFRequest aRequest, INKFConvenienceHelper context) throws Exception
aException
- An exception issuing the requestaRequest
- The request that was issuedcontext
- The context that the request was issued in
Exception
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |