Package velox.api.layer1.simplified
Interface TimeListener
- All Known Subinterfaces:
AllDataModule,TimeAdapter
public interface TimeListener
Get event timestamps
-
Method Summary
Modifier and Type Method Description voidonTimestamp(long t)Time of the next event(s)
-
Method Details
-
onTimestamp
void onTimestamp(long t)Time of the next event(s)- Parameters:
t- time in nanoseconds
-