RMResultDelegateWrapper Class Reference

Inheritance diagram for RMResultDelegateWrapper:
<RMResultDelegate>

List of all members.

Public Member Functions

(id) - initWithObject:finished:failed:
 Create a new delegate wrapper.
(void) - finished:
 An event fired when the call successfully finishes.
(void) - failed:error:
 An event fired when the call fails.

Protected Attributes

id object
SEL finished
SEL failed

Detailed Description

Definition at line 14 of file RMResultDelegateWrapper.h.


Member Function Documentation

- (id) initWithObject: (id)  obj
finished: (SEL)  fin
failed: (SEL)  fai 

Create a new delegate wrapper.

Parameters:
obj the object on which the selectors perform
fin the fininshed selector
fai the failed selector
Returns:
the wrapper instance

Definition at line 14 of file RMResultDelegateWrapper.m.

- (void) finished: (RMResponse *)  response  

An event fired when the call successfully finishes.

Parameters:
response A response object from the remote call.

Reimplemented from <RMResultDelegate>.

Definition at line 27 of file RMResultDelegateWrapper.m.

- (void) failed: (RMResponse *)  response
error: (NSError *)  error 

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 from <RMResultDelegate>.

Definition at line 33 of file RMResultDelegateWrapper.m.


The documentation for this class was generated from the following files:

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