Package generic.concurrent
Class QRunnableAdapter<I>
java.lang.Object
generic.concurrent.QRunnableAdapter<I>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(I item, TaskMonitor monitor) Processes the given item in background thread provided by a GThreadPool.
-
Constructor Details
-
QRunnableAdapter
-
-
Method Details
-
process
Description copied from interface:QCallback
Processes the given item in background thread provided by a GThreadPool.
-