Package samer.tools

Class NullTask

  • java.lang.Object
    • samer.tools.NullTask
    • Constructor Summary

      Constructors 
      Constructor and Description
      NullTask() 
    • Method Summary

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

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

      • NullTask

        public NullTask()
    • Method Detail

      • dispose

        public void dispose()
        Specified by:
        dispose in interface Task
      • starting

        public void starting()
        Specified by:
        starting in interface Task
      • stopping

        public void stopping()
        Specified by:
        stopping in interface Task
      • run

        public void run()
        Specified by:
        run in interface SafeTask
        Specified by:
        run in interface Task