public static class SerialExecutionQueue.RunnableExecutor extends java.lang.Object implements SerialExecutionQueue.ExecutionCallback<java.lang.Runnable>
SerialExecutionQueue.ExecutionCallback
that executes Runnable
s.Constructor and Description |
---|
RunnableExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.Runnable item) |
public void execute(java.lang.Runnable item)
execute
in interface SerialExecutionQueue.ExecutionCallback<java.lang.Runnable>