|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.puremvc.java.patterns.observer.Notifier
org.puremvc.java.patterns.proxy.Proxy
org.puremvc.java.core.ModelTestProxy
public class ModelTestProxy
Field Summary | |
---|---|
static java.lang.String |
NAME
|
static java.lang.String |
ON_REGISTER_CALLED
|
static java.lang.String |
ON_REMOVE_CALLED
|
Constructor Summary | |
---|---|
ModelTestProxy()
|
Method Summary | |
---|---|
void |
onRegister()
|
void |
onRemove()
|
Methods inherited from class org.puremvc.java.patterns.proxy.Proxy |
---|
getData, getProxyName, setData |
Methods inherited from class org.puremvc.java.patterns.observer.Notifier |
---|
sendNotification, sendNotification, sendNotification |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.puremvc.java.interfaces.INotifier |
---|
sendNotification, sendNotification, sendNotification |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String ON_REGISTER_CALLED
public static final java.lang.String ON_REMOVE_CALLED
Constructor Detail |
---|
public ModelTestProxy()
Method Detail |
---|
public void onRegister()
onRegister
in interface org.puremvc.java.interfaces.IProxy
onRegister
in class org.puremvc.java.patterns.proxy.Proxy
public void onRemove()
onRemove
in interface org.puremvc.java.interfaces.IProxy
onRemove
in class org.puremvc.java.patterns.proxy.Proxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |