Class Sleeper.Default

  • All Implemented Interfaces:
    Sleeper
    Enclosing interface:
    Sleeper

    public static class Sleeper.Default
    extends java.lang.Object
    implements Sleeper
    • Nested Class Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      Default()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sleep​(java.time.Duration duration)  
      • Methods inherited from class java.lang.Object

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

      • Default

        public Default()
    • Method Detail

      • sleep

        public void sleep​(java.time.Duration duration)
        Specified by:
        sleep in interface Sleeper