Home | Trees | Indices | Help |
|
---|
|
object --+ | INotifier --+ | IProxy
The interface definition for a PureMVC Proxy.
In PureMVC, IProxy
implementors assume these
responsibilities:
Implement a common method which returns the name of the Proxy.
Provide methods for setting and getting the data object.
Additionally, IProxy
s typically:
Maintain references to one or more pieces of model data. Provide
methods for manipulating that data. Generate INotifications
when their model data changes. Expose their name as a public static
const
called NAME
, if they are not instantiated
multiple times. Encapsulate interaction with local or remote services
used to fetch and persist model data.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Get the Proxy name. Raises
|
Set the data object. Raises
|
Get the data object. Raises
|
Called by the Model when the Proxy is registered. Raises |
Called by the Model when the Proxy is removed. Raises |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 23 18:56:02 2012 | http://epydoc.sourceforge.net |