|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
ListenableFuture<O> submit(Callable<O>, |
Executes {@code callable} on the specified {@code executor}, returning a {@code Future}. |
ListenableFuture<Void> submit(Runnable, |
Executes {@code runnable} on the specified {@code executor}, returning a {@code Future} that will complete after execution. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |