|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProxy
The interface definition for a PureMVC Proxy.
In PureMVC, IProxy
implementors assume these responsibilities:
Additionally, IProxy
s typically:
INotifications
when their model data changes.public static const
called NAME
, if they are not instantiated multiple times.
Method Summary | |
---|---|
java.lang.Object |
getData()
Get the data object |
java.lang.String |
getProxyName()
Get the Proxy name |
void |
setData(java.lang.Object data)
Set the data object |
Method Detail |
---|
java.lang.String getProxyName()
void setData(java.lang.Object data)
data
- the data objectjava.lang.Object getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |