JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sun.scenario.animation.shared
Interface TimerReceiver
All Known Implementing Classes:
AnimationTimer.AnimationTimerReceiver
public interface
TimerReceiver
A TimerReceiver receives per-frame pulses from the MasterTimer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
handle
(long now)
Callback triggered to send a message to the TimerReceiver
Method Detail
handle
void handle(long now)
Callback triggered to send a message to the TimerReceiver
Parameters:
now
- The timestamp of the current frame given in nanoseconds. This value will be the same for all
AnimationTimers
called during one frame.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method