Class Timer


  • public class Timer
    extends Object
    Timer class to help support wait time operations.
    Version:
    2.0
    Author:
    Frank Giordano
    • Constructor Detail

      • Timer

        public Timer​(int waitTime)
        Timer constructor
        Parameters:
        waitTime - in milliseconds
    • Method Detail

      • initialize

        public Timer initialize()
        Initialize time construct before calling isEnded
        Returns:
        timer object
      • isEnded

        public boolean isEnded()
        Has the current time range ended yet.
        Returns:
        boolean true if time range reached