ch.sahits.game.graphic.display.dialog
Class Storage2CityAction

java.lang.Object
  extended by ch.sahits.game.graphic.display.dialog.Storage2CityAction
All Implemented Interfaces:
Runnable

 class Storage2CityAction
extends Object
implements Runnable

This action handles the selling of wares from the storage to the city.

Author:
Andi Hotz, (c) Sahits GmbH, 2011 Created on Dec 24, 2011

Field Summary
private  ITransferable dialog
           
private  IWare ware
           
 
Constructor Summary
Storage2CityAction(IWare ware, ITransferable dialog)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ware

private final IWare ware

dialog

private final ITransferable dialog
Constructor Detail

Storage2CityAction

public Storage2CityAction(IWare ware,
                          ITransferable dialog)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.