ProtectedmultitonThe Multiton Key for this Core
ProtectedproxyMapping of proxyNames to IProxy instances
Protected StaticinstanceMultiton Instances
Protected StaticMULTITON_Message Constants
ProtectedinitializeRegister a Proxy with the Model.
The proxy instance to be registered.
StaticgetStaticremove
A Multiton
Modelimplementation.In PureMVC, the
Modelclass provides access to model objects (Proxies) by named lookup.The
Modelassumes these responsibilities:Proxyinstances.Proxyinstances.Your application must register
Proxyinstances with theModel. Typically, you use anCommandto create and registerProxyinstances once theFacadehas initialized the Core actors.See
Proxy
Model