<RMResultDelegate> Protocol Reference

Handles call results in WIRemoting framework. More...

#import <RMCall.h>

Inheritance diagram for <RMResultDelegate>:
RMResultDelegateWrapper RMSession RMSessionTests

List of all members.

Public Member Functions

(void) - finished:
 An event fired when the call successfully finishes.
(void) - failed:error:
 An event fired when the call fails.

Detailed Description

Handles call results in WIRemoting framework.

Definition at line 82 of file RMCall.h.


Member Function Documentation

- (void) finished: (RMResponse *)  response   [required]

An event fired when the call successfully finishes.

Parameters:
response A response object from the remote call.

Reimplemented in RMResultDelegateWrapper.

- (void) failed: (RMResponse *)  response
error: (NSError *)  error 
[required]

An event fired when the call fails.

Parameters:
response A response object from the remote peer.
error An error object from the remote peer.

Reimplemented in RMResultDelegateWrapper.


The documentation for this protocol was generated from the following file:

Generated on Wed Dec 9 23:55:12 2009 for WIRemoting by  doxygen 1.6.1