Interface Timer.Context

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
NoopTimer.NoopContext
Enclosing interface:
Timer

public static interface Timer.Context extends AutoCloseable
A object that tracks an active timing state.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stops the timer.
  • Method Details