Class BorrowedThreadTaskExecutor
java.lang.Object
dev.pfaff.altargui.async.BorrowedThreadTaskExecutor
- All Implemented Interfaces:
TaskExecutor
This executor itself is stateless, although the delegate executor may not be.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.pfaff.altargui.async.TaskExecutor
execute, execute, executeFallible, submit, submitFallible
-
Constructor Details
-
BorrowedThreadTaskExecutor
-
-
Method Details
-
submit
- Specified by:
submit
in interfaceTaskExecutor
-