Class NoOp

  • All Implemented Interfaces:
    java.lang.Runnable

    class NoOp
    extends java.lang.Object
    implements java.lang.Runnable
    Runnable that does nothing.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoOp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      run.
      • Methods inherited from class java.lang.Object

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

      • NoOp

        NoOp()
    • Method Detail

      • run

        public void run()

        run.

        Specified by:
        run in interface java.lang.Runnable