public final class UpdateEvent
extends javafx.event.Event
| Modifier and Type | Field and Description |
|---|---|
static javafx.event.EventType<UpdateEvent> |
ANY |
source| Constructor and Description |
|---|
UpdateEvent(long tick,
double tpf)
Constructs update event.
|
| Modifier and Type | Method and Description |
|---|---|
long |
tick() |
String |
toString() |
double |
tpf() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSourcepublic static final javafx.event.EventType<UpdateEvent> ANY
public UpdateEvent(long tick,
double tpf)
tpf - time per last framepublic long tick()
public double tpf()
public String toString()
toString in class EventObjectCopyright © 2016. All rights reserved.