Class Storage2ShipJFXAction
- java.lang.Object
-
- ch.sahits.game.openpatrician.display.javafx.action.Storage2ShipJFXAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class Storage2ShipJFXAction extends java.lang.Object implements java.lang.RunnableThis action handles the transfer of wares from the storage to the ship.- Author:
- Andi Hotz, (c) Sahits GmbH, 2011 Created on Dec 24, 2011
-
-
Constructor Summary
Constructors Constructor Description Storage2ShipJFXAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()
-
-
-
Constructor Detail
-
Storage2ShipJFXAction
public Storage2ShipJFXAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX transfer)
-
-