Home | Trees | Indices | Help |
|
---|
|
object --+ | interfaces.IModel --+ | Model
A Multiton IModel
implementation.
In PureMVC, the Model
class provides access to model
objects (Proxies) by named lookup.
The Model
assumes these responsibilities:
IProxy
instances.
IProxy
instances.
Your application must register IProxy
instances with the
Model
. Typically, you use an ICommand
to create
and register IProxy
instances once the Facade
has initialized the Core actors.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
instanceMap =
Multiton error message |
|||
MULTITON_MSG =
|
|
|||
proxyMap The Multiton Key for this Core |
|
|||
Inherited from |
|
Remove an IModel instance.
|
|
Constructor. This
|
Initialize the Called automatically by the constructor, this is your opportunity to initialize the Singleton instance in your subclass without overriding the constructor. |
Register an
|
Retrieve an
|
Check if a Proxy is registered
|
Remove an
|
|
MULTITON_MSG
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Sep 23 18:56:02 2012 | http://epydoc.sourceforge.net |