|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectamip.api.examples.highlevel.VariableWatcher
public class VariableWatcher
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 |
---|
public VariableWatcher()
Method Detail |
---|
public static void main(java.lang.String[] args) throws ServerStartupFailedException, ClientInitializationFailedException, GeneralClientException
ServerStartupFailedException
ClientInitializationFailedException
GeneralClientException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |