Class Sleep

  • All Implemented Interfaces:
    DiagnosticsAction

    public class Sleep
    extends java.lang.Object
    implements DiagnosticsAction
    Sleep for some time. Useful to test the wizard's cancellation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Sleep()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(DiagnosticsProgress progress)
      Run the diagnostic action
      • Methods inherited from class java.lang.Object

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

      • Sleep

        public Sleep()