Interface SerialExecutionQueue.ExecutionCallback<T>
-
- All Known Implementing Classes:
SerialExecutionQueue.RunnableExecutor
- Enclosing class:
- SerialExecutionQueue<T>
public static interface SerialExecutionQueue.ExecutionCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(T item)
-
-
-
Method Detail
-
execute
void execute(T item)
-
-