public interface MenuEventListener
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyStringProperty |
profileName |
| Modifier and Type | Method and Description |
|---|---|
SaveLoadManager |
getSaveLoadManager() |
void |
onContinue() |
void |
onDelete(SaveFile saveFile) |
void |
onExit() |
void |
onExitToMainMenu() |
void |
onLoad(SaveFile saveFile) |
void |
onLogout() |
void |
onMultiplayer() |
void |
onNewGame() |
void |
onResume() |
void |
onSave() |
javafx.beans.property.ReadOnlyStringProperty |
profileNameProperty() |
void |
restoreDefaultSettings() |
void onNewGame()
void onContinue()
void onResume()
void onSave()
void onLoad(SaveFile saveFile)
void onDelete(SaveFile saveFile)
void onLogout()
void onMultiplayer()
void onExit()
void onExitToMainMenu()
javafx.beans.property.ReadOnlyStringProperty profileNameProperty()
void restoreDefaultSettings()
SaveLoadManager getSaveLoadManager()
Copyright © 2017. All rights reserved.