watch
Class WatchCli

java.lang.Object
  extended by cli.NativeObject
      extended by cli.Element
          extended by cli.SyntaxNode
              extended by cli.Menu
                  extended by cli.Cli
                      extended by watch.WatchCli

 class WatchCli
extends cli.Cli

Class auto-generated by 'javaclic.xsl' - Do not edit!


Constructor Summary
WatchCli()
           
 
Method Summary
 boolean execute(cli.CommandLine CLI_CmdLine)
           
 void onError(cli.ResourceString location, cli.ResourceString message)
           
 void onExit()
           
 void populate()
           
 
Methods inherited from class cli.Cli
addMenu, enableConfigMenu, finalize, findFromName, getName, load
 
Methods inherited from class cli.SyntaxNode
addElement
 
Methods inherited from class cli.Element
getCli, getErrorStream, getHelp, getKeyword, getOutputStream, getShell
 
Methods inherited from class cli.NativeObject
createdFromNative, deletedFromNative, dontFinalize, forget, getbDoFinalize, getNativeRef, getObject, remember
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchCli

public WatchCli()
Method Detail

populate

public void populate()
Specified by:
populate in class cli.Menu

execute

public boolean execute(cli.CommandLine CLI_CmdLine)
Specified by:
execute in class cli.Menu

onError

public void onError(cli.ResourceString location,
                    cli.ResourceString message)
Overrides:
onError in class cli.Menu

onExit

public void onExit()
Overrides:
onExit in class cli.Menu