ch.sahits.game.graphic.display.gameplay
Interface IUpdatableDialog

All Known Implementing Classes:
MainView

public interface IUpdatableDialog

Interface that is used as an inner class to update a dialog instance

Author:
Andi Hotz, (c) Sahits GmbH, 2012 Created on Jul 17, 2012

Method Summary
 BufferedImage getDialogFringe()
          Retrieve the fringe of the dialog
 void updateDialog(OpenPatricianGameDialog dialog)
          Pass the dialog with that should be updated
 

Method Detail

updateDialog

void updateDialog(OpenPatricianGameDialog dialog)
Pass the dialog with that should be updated

Parameters:
dialog -

getDialogFringe

BufferedImage getDialogFringe()
Retrieve the fringe of the dialog

Returns:


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