Package 

Interface TaskRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public interface TaskRunnable
     implements Runnable
                        

    Interface that you must implement if you want to submit to the TaskExecutor

    • Method Summary

      Modifier and Type Method Description
      abstract String getTaskIdentifier() Return a string that identify this task
      • Methods inherited from class java.lang.Runnable

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait