A Singleton 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.
Proxy is registered
IProxy with the Model.
IProxy from the Model.
IProxy from the Model.
Model Multiton Factory method.