public static interface QueueExecutor.RunnableCreator<T>
| Modifier and Type | Method and Description |
|---|---|
Runnable |
createRunnable(QueueItem<T> queueItem,
QueueExecutor.CallBackWhenDone<T> callBackWhenDone) |
Runnable createRunnable(QueueItem<T> queueItem, QueueExecutor.CallBackWhenDone<T> callBackWhenDone)
Copyright © 2015. All rights reserved.