public final class Event
extends Object
-
Constructor Summary
Constructors
-
Method Summary
long
Return the time the event happened, in nanoseconds.
float
void
void
-
-
Method Details
-
-
-
-
getValue
public float getValue()
-
getNanos
public long getNanos()
Return the time the event happened, in nanoseconds.
The time is relative and therefore can only be used
to compare with other event times.
-