public abstract class Worker<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Worker.ExecutionException |
Constructor and Description |
---|
Worker() |
Modifier and Type | Method and Description |
---|---|
abstract T |
doInBackground() |
void |
done() |
public abstract T doInBackground()
public void done()