-
- 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 StringgetTaskIdentifier()Return a string that identify this task -
-
Method Detail
-
getTaskIdentifier
abstract String getTaskIdentifier()
Return a string that identify this task
-
-
-
-