rero.test
Class ProxySettings

java.lang.Object
  extended byrero.test.ProxySettings
All Implemented Interfaces:
ClientStateListener

public class ProxySettings
extends Object
implements ClientStateListener


Constructor Summary
ProxySettings()
           
 
Method Summary
static void initialize()
           
 void propertyChanged(String key, String value)
          when the property gets changed you will be notified!
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxySettings

public ProxySettings()
Method Detail

initialize

public static void initialize()

propertyChanged

public void propertyChanged(String key,
                            String value)
Description copied from interface: ClientStateListener
when the property gets changed you will be notified!

Specified by:
propertyChanged in interface ClientStateListener

setup

public void setup()