|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Backgroundable<T>
| Method Summary | |
|---|---|
T |
inBackground()
Perform the action in the background |
T |
inBackground(BackgroundCallback callback)
Perform the action in the background |
T |
inBackground(BackgroundCallback callback,
Executor executor)
Perform the action in the background |
T |
inBackground(BackgroundCallback callback,
Object context)
Perform the action in the background |
T |
inBackground(BackgroundCallback callback,
Object context,
Executor executor)
Perform the action in the background |
T |
inBackground(Object context)
Perform the action in the background |
| Method Detail |
|---|
T inBackground()
T inBackground(Object context)
context - context object - will be available from the event sent to the listener
T inBackground(BackgroundCallback callback)
callback - a functor that will get called when the operation has completed
T inBackground(BackgroundCallback callback,
Object context)
callback - a functor that will get called when the operation has completedcontext - context object - will be available from the event sent to the listener
T inBackground(BackgroundCallback callback,
Executor executor)
callback - a functor that will get called when the operation has completedexecutor - executor to use for the background call
T inBackground(BackgroundCallback callback,
Object context,
Executor executor)
callback - a functor that will get called when the operation has completedcontext - context object - will be available from the event sent to the listenerexecutor - executor to use for the background call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||