Interface MaxTimeTimer

All Known Implementing Classes:
MaxTimeActiveTimer

public interface MaxTimeTimer
Interface of timer for --max-time option.
  • Method Summary

    Modifier and Type Method Description
    default void start()
    Start timer.
    default void stop()
    Stop timer.
  • Method Details

    • start

      default void start()
      Start timer.
    • stop

      default void stop()
      Stop timer.