Package 

Class MainThreadExecutor

  • All Implemented Interfaces:
    java.util.concurrent.Executor

    
    public class MainThreadExecutor
     implements Executor
                        

    Executor service to delegate runnables to Main Thread.

    • Method Summary

      Modifier and Type Method Description
      void execute(@NonNull() Runnable command)
      • Methods inherited from class java.util.concurrent.Executor

        execute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait