Class TaskService


  • public class TaskService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskService()  
    • Method Summary

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

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

      • TaskService

        public TaskService()
    • Method Detail

      • execute

        public void execute​(java.lang.Runnable command)