|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INKFAsyncRequestListener
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 |
|---|
void receiveRepresentation(IURRepresentation aRepresentation,
INKFRequest aRequest,
INKFConvenienceHelper context)
throws java.lang.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
java.lang.Exception
void receiveException(NKFException aException,
INKFRequest aRequest,
INKFConvenienceHelper context)
throws java.lang.Exception
aException - An exception issuing the requestaRequest - The request that was issuedcontext - The context that the request was issued in
java.lang.Exception
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||