Abenteuer.Programm.Kommandos
Class HilfeKommando

java.lang.Object
  |
  +--Abenteuer.Programm.Kommandos.KommandoObjekt
        |
        +--Abenteuer.Programm.Kommandos.HilfeKommando

public class HilfeKommando
extends KommandoObjekt


Constructor Summary
HilfeKommando()
           
 
Method Summary
 void ausfuehren()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HilfeKommando

public HilfeKommando()
Method Detail

ausfuehren

public void ausfuehren()
Overrides:
ausfuehren in class KommandoObjekt