Interface Timer


public interface Timer
See ThreadContext.startTimer(TimerName) for how to retrieve and use Timer instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stop the Timer.
  • Method Details

    • stop

      void stop()
      Stop the Timer.