Class BuyJFXProxyAction
- java.lang.Object
-
- ch.sahits.game.openpatrician.display.javafx.action.BuyJFXProxyAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class BuyJFXProxyAction extends java.lang.Object implements java.lang.RunnableThis 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
-
-
Constructor Summary
Constructors Constructor Description BuyJFXProxyAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX dialog, UserActions actionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Delegate to the run method of the action associated with the dialog type
-
-
-
Constructor Detail
-
BuyJFXProxyAction
public BuyJFXProxyAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX dialog, UserActions actionFactory)
-
-