public final class ProfileSelectedEvent extends MenuEvent
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<ProfileSelectedEvent> |
ANY
Event occurs when profile has been selected.
|
CONTINUE, EXIT, EXIT_TO_MAIN_MENU, LOGOUT, NEW_GAME, PAUSE, RESUME, SAVEsource| Constructor and Description |
|---|
ProfileSelectedEvent(String profileName,
boolean hasSaves) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfileName() |
boolean |
hasSaves() |
String |
toString() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSourcepublic static final javafx.event.EventType<ProfileSelectedEvent> ANY
public ProfileSelectedEvent(String profileName, boolean hasSaves)
Copyright © 2017. All rights reserved.