Abenteuer.Programm.Kommandos
Class InventoryKommando

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

public class InventoryKommando
extends KommandoObjekt


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

Constructor Detail

InventoryKommando

public InventoryKommando(Person wer)
Method Detail

ausfuehren

public void ausfuehren()
Overrides:
ausfuehren in class KommandoObjekt