- setCallback(Callback) - Method in class com.lzh.easythread.EasyThread.Builder
-
Set default thread callback to used.
- setCallback(Callback) - Method in class com.lzh.easythread.EasyThread
-
Set thread callback for current task, if not set, the default callback should be used.
- setDelay(long, TimeUnit) - Method in class com.lzh.easythread.EasyThread
-
Set the delay time for current task.
- setDeliver(Executor) - Method in class com.lzh.easythread.EasyThread.Builder
-
Set default thread deliver to used.
- setDeliver(Executor) - Method in class com.lzh.easythread.EasyThread
-
Set the thread deliver for current task.
- setName(String) - Method in class com.lzh.easythread.EasyThread.Builder
-
Set default thread name to used.
- setName(String) - Method in class com.lzh.easythread.EasyThread
-
Set thread name for current task.
- setPriority(int) - Method in class com.lzh.easythread.EasyThread.Builder
-
Set default thread priority to used.
- submit(Callable<T>) - Method in class com.lzh.easythread.EasyThread
-
Launch task