Class ApplicationThreadExecutor


  • public class ApplicationThreadExecutor
    extends java.lang.Object
    The executor for executing tasks in application thread.
    • Method Detail

      • addToExecute

        public void addToExecute​(java.lang.Runnable task)
        Add the task to execute.
        Parameters:
        task - the new task.
      • execute

        public void execute()
        Execute the waiting tasks.