< IProxy > Protocol Reference

#import <IProxy.h>

Inherited by Proxy.

List of all members.

Public Member Functions

(id) - data
(NSString *) - proxyName
(void) - onRegister
(void) - onRemove
(void) - setData:


Detailed Description

The interface definition for a PureMVC Proxy.

In PureMVC, IProxy implementors assume these responsibilities:

Additionally, IProxys typically:


Member Function Documentation

- (id) data  

Get the data object

Returns:
the data as type id

- (void) onRegister  

Called by the Model when the Proxy is registered

Reimplemented in Proxy.

- (void) onRemove  

Called by the Model when the Proxy is removed

Reimplemented in Proxy.

- (NSString *) proxyName  

Get the Proxy name

Returns:
the Proxy instance name

- (void) setData: (id)  data  

Set the data object

Parameters:
data the data object


Generated on Wed Dec 24 14:19:08 2008 for PureMVC Objective-C by  doxygen 1.5.7.1