Uses of Interface
ch.sahits.game.graphic.display.model.ICityPlayerProxy

Packages that use ICityPlayerProxy
ch.sahits.game.graphic.display.model   
ch.sahits.game.graphic.display.notice ch.sahits.game.graphic.display.notice Package 
 

Uses of ICityPlayerProxy in ch.sahits.game.graphic.display.model
 

Classes in ch.sahits.game.graphic.display.model that implement ICityPlayerProxy
 class CityPlayerProxy
          The CityView is a view model of a city.
 class ViewChangeCityPlayerProxy
          Proxy object for city player for view changes.
 

Fields in ch.sahits.game.graphic.display.model declared as ICityPlayerProxy
private  ICityPlayerProxy ViewChangeCityPlayerProxy.proxy
           
 

Constructors in ch.sahits.game.graphic.display.model with parameters of type ICityPlayerProxy
ViewChangeCityPlayerProxy(ICityPlayerProxy proxy, EViewChangeEvent event)
          Constructor by making a copy of the passed proxy
 

Uses of ICityPlayerProxy in ch.sahits.game.graphic.display.notice
 

Fields in ch.sahits.game.graphic.display.notice declared as ICityPlayerProxy
private  ICityPlayerProxy CityNoticeMetaData.proxy
           
 

Methods in ch.sahits.game.graphic.display.notice that return ICityPlayerProxy
 ICityPlayerProxy ICityNoticeMetaData.getCityProxy()
          Retrieve the object that represents the proxy to the city and the player
 ICityPlayerProxy CityNoticeMetaData.getCityProxy()
           
 

Methods in ch.sahits.game.graphic.display.notice with parameters of type ICityPlayerProxy
private  void NoticeView.createTradeNotice(ICityPlayerProxy proxy)
          Initialize the full notice with the trade notice
 

Constructors in ch.sahits.game.graphic.display.notice with parameters of type ICityPlayerProxy
CityNoticeMetaData(ICityPlayerProxy proxy)
           
MarketBoothDialogMetaData(ICityPlayerProxy proxy, EStringSelectionState stockPrices, EStringSelectionState consumtionProduction)
           
TradeDialogMetaData(EStringSelectionState city2ship, EStringSelectionState office2ship, EStringSelectionState city2office, EStringSelectionState weapons, ICityPlayerProxy proxy)
           
TradingOfficeDialogMataData(ICityPlayerProxy proxy, EStringSelectionState balance, EStringSelectionState personal, EStringSelectionState consumtionProduction, EStringSelectionState weapons, EStringSelectionState warehouses, EStringSelectionState storageManager)
           
 



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.