public final class Event
extends Object
-
Constructor Summary
Constructors
-
Method Summary
final long
Return the time the event happened, in nanoseconds.
final float
final void
final void
-
-
Method Details
-
-
-
-
getValue
public final float getValue()
-
getNanos
public final 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.
-