org.puremvc.java.core
Class ModelTestProxy

java.lang.Object
  extended by org.puremvc.java.patterns.observer.Notifier
      extended by org.puremvc.java.patterns.proxy.Proxy
          extended by org.puremvc.java.core.ModelTestProxy
All Implemented Interfaces:
org.puremvc.java.interfaces.INotifier, org.puremvc.java.interfaces.IProxy

public class ModelTestProxy
extends org.puremvc.java.patterns.proxy.Proxy


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

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

ON_REGISTER_CALLED

public static final java.lang.String ON_REGISTER_CALLED
See Also:
Constant Field Values

ON_REMOVE_CALLED

public static final java.lang.String ON_REMOVE_CALLED
See Also:
Constant Field Values
Constructor Detail

ModelTestProxy

public ModelTestProxy()
Method Detail

onRegister

public void onRegister()
Specified by:
onRegister in interface org.puremvc.java.interfaces.IProxy
Overrides:
onRegister in class org.puremvc.java.patterns.proxy.Proxy

onRemove

public void onRemove()
Specified by:
onRemove in interface org.puremvc.java.interfaces.IProxy
Overrides:
onRemove in class org.puremvc.java.patterns.proxy.Proxy