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.ExecutionCallbackthat executesRunnables.
- 
- 
Constructor SummaryConstructors Constructor Description RunnableExecutor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.lang.Runnable item)
 
- 
- 
- 
Method Detail- 
executepublic void execute(java.lang.Runnable item) - Specified by:
- executein interface- SerialExecutionQueue.ExecutionCallback<java.lang.Runnable>
 
 
- 
 
-