PureMVC.Interfaces.IProxy Interface Reference

The interface definition for a PureMVC Proxy. More...

Inheritance diagram for PureMVC.Interfaces.IProxy:

PureMVC.Patterns.Proxy

List of all members.

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.


Detailed Description

The interface definition for a PureMVC Proxy.

In PureMVC, IProxy implementors assume these responsibilities:

Additionally, IProxys typically:


Member Function Documentation

void PureMVC.Interfaces.IProxy.OnRegister (  ) 

Called by the Model when the Proxy is registered.

Implemented in PureMVC.Patterns.Proxy.

void PureMVC.Interfaces.IProxy.OnRemove (  ) 

Called by the Model when the Proxy is removed.

Implemented in PureMVC.Patterns.Proxy.


Property Documentation

object PureMVC.Interfaces.IProxy.Data [get, set]

The data of the proxy.

Implemented in PureMVC.Patterns.Proxy.

string PureMVC.Interfaces.IProxy.ProxyName [get]

The Proxy instance name

Implemented in PureMVC.Patterns.Proxy.


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

Generated on Thu Jan 1 16:26:46 2009 for PureMVC by  doxygen 1.5.8