
Public Member Functions | |
| void | OnRegister () |
| Called by the Model when the Proxy is registered. | |
| void | OnRemove () |
| Called by the Model when the Proxy is removed. | |
Properties | |
| string | ProxyName [get] |
| object | Data [get, set] |
| The data of the proxy. | |
In PureMVC, IProxy implementors assume these responsibilities:
Additionally, IProxys typically:
INotifications when their model data changes public static const called NAME | void PureMVC.Interfaces.IProxy.OnRegister | ( | ) |
| void PureMVC.Interfaces.IProxy.OnRemove | ( | ) |
object PureMVC.Interfaces.IProxy.Data [get, set] |
string PureMVC.Interfaces.IProxy.ProxyName [get] |
The Proxy instance name
Implemented in PureMVC.Patterns.Proxy.
1.5.8