#import <IProxy.h>
Inherited by Proxy.
Public Member Functions | |
| (id) | - data |
| (NSString *) | - proxyName |
| (void) | - onRegister |
| (void) | - onRemove |
| (void) | - setData: |
In PureMVC, IProxy implementors assume these responsibilities:
Additionally, IProxys typically:
INotifications when their model data changes. static method called NAME, if they are not instantiated multiple times. | - (id) data |
Get the data object
| - (void) setData: | (id) | data |
Set the data object
| data | the data object |
1.5.7.1