Interface Timer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long delay()
      This method is called after a sampling process is done to know how much time the sampling thread has to wait until sampling again.
    • Method Detail

      • delay

        long delay()
        This method is called after a sampling process is done to know how much time the sampling thread has to wait until sampling again.
        Returns:
        the computed delay value.