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 voidchangeScene()voidcloseDialog()voidreplaceDialog(EDialogType dialogType, java.lang.Object... params)voidsetNewDialog(EDialogType dialogType, java.lang.Object... params)voidsetNewDialog(DialogTemplate template)voidsetNewDialog(IDialogState dialogState)
-
-
-
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(DialogTemplate template)
-
setNewDialog
void setNewDialog(IDialogState dialogState)
-
changeScene
void changeScene()
-
-