Class Storage2ShipJFXAction

  • All Implemented Interfaces:
    java.lang.Runnable

    public class Storage2ShipJFXAction
    extends java.lang.Object
    implements java.lang.Runnable
    This action handles the transfer of wares from the storage to the ship.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2011 Created on Dec 24, 2011
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Storage2ShipJFXAction

        public Storage2ShipJFXAction​(ch.sahits.game.openpatrician.model.product.IWare ware,
                                     ITransferableJFX transfer)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable