Class Sleeper


  • @Deprecated
    public class Sleeper
    extends java.lang.Object
    Deprecated.
    As of 3.9 subject to future removal.
    Author:
    Eike Stepper
    • Constructor Summary

      Constructors 
      Constructor Description
      Sleeper()
      Deprecated.
       
      Sleeper​(int interval)
      Deprecated.
       
    • Constructor Detail

      • Sleeper

        public Sleeper()
        Deprecated.
      • Sleeper

        public Sleeper​(int interval)
        Deprecated.
    • Method Detail

      • getInterval

        public int getInterval()
        Deprecated.
      • getStart

        public long getStart()
        Deprecated.
      • restart

        public void restart()
        Deprecated.
      • sleep

        public void sleep​(long millis)
        Deprecated.
      • resleep

        public void resleep​(long millis)
        Deprecated.