Package velox.api.layer1.simplified
Interface TimeAdapter
- All Superinterfaces:
TimeListener
An adapter for
TimeListener with empty default method
implementations-
Method Summary
-
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
-