JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
co.paralleluniverse.common.concurrent
Interface WithExecutor
public interface
WithExecutor
An object implementing this interface (usually a listener) requests that all of its methods invoked be invoked through the executor.
Method Summary
Methods
Modifier and Type
Method and Description
Executor
getExecutor
()
Returns the executor on which to run the object's methods.
Method Detail
getExecutor
Executor
getExecutor()
Returns the executor on which to run the object's methods.
Returns:
The executor on which to run the object's methods.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method