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