amip.api.examples.highlevel
Class VariableWatcher

java.lang.Object
  extended by amip.api.examples.highlevel.VariableWatcher

public class VariableWatcher
extends java.lang.Object

For debugging purposes. Sets timer listener and watches variable changes. Prints new value of the variable when changed. Supply variable via command line argument, like java VariableWatcher var_name.


Constructor Summary
VariableWatcher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableWatcher

public VariableWatcher()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws ServerStartupFailedException,
                        ClientInitializationFailedException,
                        GeneralClientException
Throws:
ServerStartupFailedException
ClientInitializationFailedException
GeneralClientException