Class AsyncTaskProcessorThread

  • All Implemented Interfaces:
    Runnable

    public class AsyncTaskProcessorThread
    extends Thread
    AsyncTaskProcessorThread
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • execute

        protected void execute()
        Ask the thread to execute the current task
      • setTask

        protected void setTask​(AsyncTask target)
        Set the next task to be executed by this thread
      • pleaseStop

        public void pleaseStop()