Class ViewChangeCityPlayerProxyJFX
- java.lang.Object
-
- ch.sahits.game.openpatrician.display.model.ViewChangeCityPlayerProxyJFX
-
- All Implemented Interfaces:
ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX
public class ViewChangeCityPlayerProxyJFX extends java.lang.Object implements ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFXProxy object for city player for view changes.- Author:
- Andi Hotz, (c) Sahits GmbH, 2011 Created on Dec 19, 2011
-
-
Constructor Summary
Constructors Constructor Description ViewChangeCityPlayerProxyJFX(ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX proxy, ch.sahits.game.openpatrician.event.IViewChangeEvent event)Constructor by making a copy of the passed proxy
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.sahits.game.openpatrician.event.IViewChangeEventgetViewChangeEvent()
-
-
-
Constructor Detail
-
ViewChangeCityPlayerProxyJFX
public ViewChangeCityPlayerProxyJFX(ch.sahits.game.openpatrician.clientserverinterface.client.ICityPlayerProxyJFX proxy, ch.sahits.game.openpatrician.event.IViewChangeEvent event)Constructor by making a copy of the passed proxy- Parameters:
proxy- city proxyevent- the transported event.
-
-