Package velox.api.layer1.simplified
Interface TimeAdapter
- All Superinterfaces:
TimeListener
public interface TimeAdapter extends TimeListener
An adapter for
TimeListener with empty default method
implementations-
Method Summary
Modifier and Type Method Description default voidonTimestamp(long t)Time of the next event(s)
-
Method Details
-
onTimestamp
default void onTimestamp(long t)Description copied from interface:TimeListenerTime of the next event(s)- Specified by:
onTimestampin interfaceTimeListener- Parameters:
t- time in nanoseconds
-