Package net.timewalker.ffmq4.utils.async
Interface AsyncTaskProcessorThreadListener
-
- All Known Implementing Classes:
AsyncTaskManager
public interface AsyncTaskProcessorThreadListenerAsyncTaskProcessorListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecutionComplete(AsyncTaskProcessorThread thread)Called on task execution completion by a thread
-
-
-
Method Detail
-
executionComplete
void executionComplete(AsyncTaskProcessorThread thread)
Called on task execution completion by a thread
-
-