Interface Gauge.Timer

All Superinterfaces:
AutoCloseable
Enclosing interface:
Gauge

public static interface Gauge.Timer extends AutoCloseable
Represents an event being timed.

Observe duration on AutoCloseable.close()

  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Set the amount of time in seconds since Gauge.startTimer() was called.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details