private class AnimationTimer.AnimationTimerReceiver extends java.lang.Object implements TimerReceiver
Modifier | Constructor and Description |
---|---|
private |
AnimationTimerReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
handle(long now)
Callback triggered to send a message to the TimerReceiver
|
public void handle(long now)
TimerReceiver
handle
in interface TimerReceiver
now
- The timestamp of the current frame given in nanoseconds. This
value will be the same for all AnimationTimers
called
during one frame.