ch.sahits.game.graphic.display.notice
Class CityNoticeMetaData

java.lang.Object
  extended by ch.sahits.game.graphic.display.notice.CityNoticeMetaData
All Implemented Interfaces:
ICityNoticeMetaData, INoticeMetaData
Direct Known Subclasses:
MarketBoothDialogMetaData, TradeDialogMetaData, TradingOfficeDialogMataData

 class CityNoticeMetaData
extends Object
implements ICityNoticeMetaData

Base implementation of the ICityNoticeMetaData

Author:
Andi Hotz, (c) Sahits GmbH, 2011 Created on Dec 21, 2011

Field Summary
private  ICityPlayerProxy proxy
           
 
Constructor Summary
CityNoticeMetaData(ICityPlayerProxy proxy)
           
 
Method Summary
 ICityPlayerProxy getCityProxy()
          Retrieve the object that represents the proxy to the city and the player
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxy

private final ICityPlayerProxy proxy
Constructor Detail

CityNoticeMetaData

public CityNoticeMetaData(ICityPlayerProxy proxy)
Method Detail

getCityProxy

public ICityPlayerProxy getCityProxy()
Description copied from interface: ICityNoticeMetaData
Retrieve the object that represents the proxy to the city and the player

Specified by:
getCityProxy in interface ICityNoticeMetaData
Returns:


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