Class SerialExecutionQueue.RunnableExecutor
- java.lang.Object
-
- com.inductiveautomation.ignition.common.util.SerialExecutionQueue.RunnableExecutor
-
- All Implemented Interfaces:
SerialExecutionQueue.ExecutionCallback<java.lang.Runnable>
- Enclosing class:
- SerialExecutionQueue<T>
public static class SerialExecutionQueue.RunnableExecutor extends java.lang.Object implements SerialExecutionQueue.ExecutionCallback<java.lang.Runnable>
AnSerialExecutionQueue.ExecutionCallback
that executesRunnable
s.
-
-
Constructor Summary
Constructors Constructor Description RunnableExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.Runnable item)
-
-
-
Method Detail
-
execute
public void execute(java.lang.Runnable item)
- Specified by:
execute
in interfaceSerialExecutionQueue.ExecutionCallback<java.lang.Runnable>
-
-