|
||||||||||
| 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, IProxys 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 |
onRegister()
Called by the Model when the Proxy is registered |
void |
onRemove()
Called by the Model when the Proxy is removed |
void |
setData(java.lang.Object data)
Set the data object |
| Methods inherited from interface org.puremvc.java.interfaces.INotifier |
|---|
sendNotification, sendNotification, sendNotification |
| Method Detail |
|---|
java.lang.String getProxyName()
void setData(java.lang.Object data)
data - the data objectjava.lang.Object getData()
void onRegister()
void onRemove()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||