|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncAddCallback
If you are adding the job via the async adder, you can provide a callback method to receive the ID.
Please keep in mind that job manager will keep a strong reference to this callback. So if the callback is an
anonymous class inside an Activity
context, it may leak the activity until the job is added.
Method Summary | |
---|---|
void |
onAdded(long jobId)
|
Method Detail |
---|
void onAdded(long jobId)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |