-
- All Implemented Interfaces:
public interface SerialWorkDispatcher.WorkHandler<W extends Object>Represents the functional interface that is responsible for doing the desired work on each item of the workQueue. WorkHandler.doWork is called from the background worker thread that the SerialWorkDispatcher maintains.