Interface IDialogContoller

  • All Known Implementing Classes:
    MainGameView

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

      • replaceDialog

        void replaceDialog​(EDialogType dialogType,
                           java.lang.Object... params)
      • closeDialog

        void closeDialog()
      • setNewDialog

        void setNewDialog​(EDialogType dialogType,
                          java.lang.Object... params)
      • setNewDialog

        void setNewDialog​(IDialogState dialogState)
      • changeScene

        void changeScene()