Class ShipyardOrderRefit
- java.lang.Object
-
- ch.sahits.game.openpatrician.event.data.ShipyardOrderRefit
-
- All Implemented Interfaces:
IEventMetaDataProvider
public class ShipyardOrderRefit extends java.lang.Object implements IEventMetaDataProvider
- Author:
- Andi Hotz, (c) Sahits GmbH, 2014 Created on Mar 01, 2014
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringclassNameprivate java.lang.StringmethodNameprivate ICityPlayerProxyJFXproxyprivate IShipshipprivate IShipyardshipyardShipyard should be of type ShipyardStateprivate EShipUpgradeupgradeLevel
-
Constructor Summary
Constructors Constructor Description ShipyardOrderRefit(IShipyard shipyard, IShip ship, EShipUpgrade upgradeLevel, ICityPlayerProxyJFX proxy)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider
getClassName, getMethodName
-
-
-
-
Field Detail
-
shipyard
private final IShipyard shipyard
Shipyard should be of type ShipyardState
-
ship
private final IShip ship
-
upgradeLevel
private final EShipUpgrade upgradeLevel
-
proxy
private final ICityPlayerProxyJFX proxy
-
className
private java.lang.String className
-
methodName
private java.lang.String methodName
-
-
Constructor Detail
-
ShipyardOrderRefit
public ShipyardOrderRefit(IShipyard shipyard, IShip ship, EShipUpgrade upgradeLevel, ICityPlayerProxyJFX proxy)
-
-