public interface IDialogContoller
| Modifier and Type | Method and Description |
|---|---|
void |
changeScene() |
void |
closeDialog() |
void |
replaceDialog(EDialogType dialogType,
Object... params) |
void |
setNewDialog(ch.sahits.game.openpatrician.model.ui.DialogTemplate template) |
void |
setNewDialog(EDialogType dialogType,
Object... params) |
void |
setNewDialog(ch.sahits.game.openpatrician.model.ui.IDialogState dialogState) |
void replaceDialog(EDialogType dialogType, Object... params)
void closeDialog()
void setNewDialog(EDialogType dialogType, Object... params)
void setNewDialog(ch.sahits.game.openpatrician.model.ui.DialogTemplate template)
void setNewDialog(ch.sahits.game.openpatrician.model.ui.IDialogState dialogState)
void changeScene()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.