Class Sleeper

java.lang.Object
org.eclipse.net4j.util.concurrent.Sleeper

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

    • Sleeper

      @Deprecated public Sleeper()
      Deprecated.
    • Sleeper

      @Deprecated public Sleeper(int interval)
      Deprecated.
  • Method Details

    • getInterval

      @Deprecated public int getInterval()
      Deprecated.
    • getStart

      @Deprecated public long getStart()
      Deprecated.
    • restart

      @Deprecated public void restart()
      Deprecated.
    • sleep

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

      @Deprecated public void resleep(long millis)
      Deprecated.