Interface AsyncTask


  • public interface AsyncTask
    AsyncTask
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute()
      Execute the task (To be called by a dispatcher thread)
      boolean isMergeable()
      Test if multiple queued occurences of this task should be merged
    • Method Detail

      • execute

        void execute()
        Execute the task (To be called by a dispatcher thread)
      • isMergeable

        boolean isMergeable()
        Test if multiple queued occurences of this task should be merged