hkontrol.module.remotecontrol
Class QuitCommand

java.lang.Object
  extended by hkontrol.module.remotecontrol.AbstractCommand
      extended by hkontrol.module.remotecontrol.QuitCommand

public class QuitCommand
extends AbstractCommand


Constructor Summary
QuitCommand()
           
 
Method Summary
 void execute(java.lang.String parms, State state, java.io.PrintWriter writer)
           
 java.lang.String[] getAliases()
           
 java.lang.String getDescription()
           
 
Methods inherited from class hkontrol.module.remotecontrol.AbstractCommand
getHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuitCommand

public QuitCommand()
Method Detail

getAliases

public java.lang.String[] getAliases()
Specified by:
getAliases in class AbstractCommand

execute

public void execute(java.lang.String parms,
                    State state,
                    java.io.PrintWriter writer)
Specified by:
execute in class AbstractCommand

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class AbstractCommand