connection:handleRequest:
This method should be implemented by NSConnection object delegates that want to intercept distant object requests.
Declaration
- (BOOL) connection:(NSConnection *) connection handleRequest:(NSDistantObjectRequest *) doreq;Parameters
- connection:
The connection object for which the receiver is the delegate.
- doreq:
The distant object request.
Return Value
true if the request was handled by the delegate, false if the request should proceed as if the delegate did not intercept it.