Class 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.ICityPlayerProxyJFX
    Proxy 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.IViewChangeEvent getViewChangeEvent()  
      • 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.clientserverinterface.client.ICityPlayerProxyJFX

        activateShip, activeShipProperty, arrive, cityProperty, getActiveShip, getCity, getPlayer, getPlayersNavalVessels, getPlayersShips, leave, setCity
    • 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 proxy
        event - the transported event.
    • Method Detail

      • getViewChangeEvent

        public ch.sahits.game.openpatrician.event.IViewChangeEvent getViewChangeEvent()