Class BuyJFXProxyAction

  • All Implemented Interfaces:
    java.lang.Runnable

    public class BuyJFXProxyAction
    extends java.lang.Object
    implements java.lang.Runnable
    This proxy handles the execution of the buy action based on the current type of the dialog.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2011 Created on Dec 18, 2011
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Delegate to the run method of the action associated with the dialog type
      • Methods inherited from class java.lang.Object

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

      • BuyJFXProxyAction

        public BuyJFXProxyAction​(ch.sahits.game.openpatrician.model.product.IWare ware,
                                 ITransferableJFX dialog,
                                 UserActions actionFactory)
    • Method Detail

      • run

        public void run()
        Delegate to the run method of the action associated with the dialog type
        Specified by:
        run in interface java.lang.Runnable