public class FXGLEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<FXGLEvent> |
ANY |
static javafx.event.EventType<FXGLEvent> |
EXIT |
static javafx.event.EventType<FXGLEvent> |
INIT_APP_COMPLETE |
static javafx.event.EventType<FXGLEvent> |
PAUSE |
static javafx.event.EventType<FXGLEvent> |
RESET |
static javafx.event.EventType<FXGLEvent> |
RESUME |
source| Constructor and Description |
|---|
FXGLEvent(javafx.event.EventType<? extends javafx.event.Event> eventType) |
| Modifier and Type | Method and Description |
|---|---|
static FXGLEvent |
exit() |
static FXGLEvent |
initAppComplete() |
static FXGLEvent |
pause() |
static FXGLEvent |
reset() |
static FXGLEvent |
resume() |
String |
toString() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSourcepublic static final javafx.event.EventType<FXGLEvent> ANY
public static final javafx.event.EventType<FXGLEvent> INIT_APP_COMPLETE
public static final javafx.event.EventType<FXGLEvent> PAUSE
public static final javafx.event.EventType<FXGLEvent> RESUME
public static final javafx.event.EventType<FXGLEvent> RESET
public static final javafx.event.EventType<FXGLEvent> EXIT
Copyright © 2017. All rights reserved.