Class ConditionEvaluationHandler.StopWatch

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long startTime  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StopWatch()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) long getElapsedTimeInMS()  
      void start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startTime

        private long startTime
    • Constructor Detail

      • StopWatch

        private StopWatch()
    • Method Detail

      • start

        public void start()
      • getElapsedTimeInMS

        long getElapsedTimeInMS()