|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.builder.tasks.JobContext<T>
public class JobContext<T>
Contains contextual (and usually mutable) job data.
| Constructor Summary | |
|---|---|
JobContext(T payload)
|
|
| Method Summary | |
|---|---|
long |
elapsed()
Returns time spent processing this job so far. |
T |
getPayload()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobContext(T payload)
| Method Detail |
|---|
public T getPayload()
public long elapsed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||