Class RunTimer

java.lang.Object
core.RunTimer

public class RunTimer extends Object
Implementation of the RunTimer feature.
  • Constructor Details

    • RunTimer

      public RunTimer()
      Standard constructor.
  • Method Details

    • start

      public void start()
      Starts the task timer.
    • end

      public String end(String message)
      Stops the task timer and prints the needed time in seconds.
      Parameters:
      message - type of timer to print