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 void
    onTimestamp(long t)
    Time of the next event(s)
  • Method Details

    • onTimestamp

      default void onTimestamp(long t)
      Description copied from interface: TimeListener
      Time of the next event(s)
      Specified by:
      onTimestamp in interface TimeListener
      Parameters:
      t - time in nanoseconds