Class SellJFXProxyAction
- java.lang.Object
-
- ch.sahits.game.openpatrician.display.javafx.action.SellJFXProxyAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class SellJFXProxyAction extends java.lang.Object implements java.lang.RunnableThis proxy handles the execution of the sell 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 SellJFXProxyAction(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
-
SellJFXProxyAction
public SellJFXProxyAction(ch.sahits.game.openpatrician.model.product.IWare ware, ITransferableJFX dialog, UserActions actionFactory)
-
-