Searched defs:Job (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
H A DThreadPool.java43 // A Job is like a Callable, but it has an addition JobContext parameter.
44 public interface Job<T> { interface in class:ThreadPool
97 public <T> Future<T> submit(Job<T> job, FutureListener<T> listener) {
103 public <T> Future<T> submit(Job<T> job) {
110 private Job<T> mJob;
119 public Worker(Job<T> job, FutureListener<T> listener) {

Completed in 53 milliseconds