Interface SerialExecutionQueue.ExecutionCallback<T>

All Known Implementing Classes:
SerialExecutionQueue.RunnableExecutor
Enclosing class:
SerialExecutionQueue<T>

public static interface SerialExecutionQueue.ExecutionCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T item)
     
  • Method Details

    • execute

      void execute(T item)