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

      public Sleeper()
      Deprecated.
    • Sleeper

      public Sleeper(int interval)
      Deprecated.
  • Method Details

    • 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.