Interface StopTimer


public interface StopTimer
Interface for stopping a timer.
Since:
2.5
Author:
Martin Maher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends a signal to the timer to stop.
  • Method Details

    • stopTimer

      void stopTimer()
      Sends a signal to the timer to stop. If the timer happens to be executing its nested actions, then it will continue until all nested actions have completed.