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