Interface IDialogContoller

  • All Known Implementing Classes:
    MainGameView

    public interface IDialogContoller
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Dec 12, 2013
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void changeScene()  
      void closeDialog()  
      void replaceDialog​(ch.sahits.game.openpatrician.javafx.model.EDialogType dialogType, java.lang.Object... params)  
      void setNewDialog​(ch.sahits.game.openpatrician.javafx.model.EDialogType dialogType, java.lang.Object... params)  
      void setNewDialog​(ch.sahits.game.openpatrician.model.ui.DialogTemplate template)  
      void setNewDialog​(ch.sahits.game.openpatrician.model.ui.IDialogState dialogState)  
    • Method Detail

      • replaceDialog

        void replaceDialog​(ch.sahits.game.openpatrician.javafx.model.EDialogType dialogType,
                           java.lang.Object... params)
      • closeDialog

        void closeDialog()
      • setNewDialog

        void setNewDialog​(ch.sahits.game.openpatrician.javafx.model.EDialogType dialogType,
                          java.lang.Object... params)
      • setNewDialog

        void setNewDialog​(ch.sahits.game.openpatrician.model.ui.DialogTemplate template)
      • setNewDialog

        void setNewDialog​(ch.sahits.game.openpatrician.model.ui.IDialogState dialogState)
      • changeScene

        void changeScene()