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

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

 class City2ShipAction
extends Object
implements Runnable

Action of buying stuff from the city onto the ship

Author:
Andi Hotz, (c) Sahits GmbH, 2011 Created on Nov 23, 2011

Field Summary
private  ITransferable dialog
           
private  IWare ware
           
 
Constructor Summary
City2ShipAction(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

City2ShipAction

public City2ShipAction(IWare ware,
                       ITransferable dialog)
Method Detail

run

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


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