Class AWTEventQueueExecutor

java.lang.Object
java.util.concurrent.AbstractExecutorService
edu.umd.cs.findbugs.AWTEventQueueExecutor
All Implemented Interfaces:
Executor, ExecutorService

public class AWTEventQueueExecutor extends AbstractExecutorService
  • Constructor Details

    • AWTEventQueueExecutor

      public AWTEventQueueExecutor()
  • Method Details

    • shutdown

      public void shutdown()
    • shutdownNow

      public List<Runnable> shutdownNow()
    • isShutdown

      public boolean isShutdown()
    • isTerminated

      public boolean isTerminated()
    • awaitTermination

      public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException
      Throws:
      InterruptedException
    • execute

      public void execute(Runnable command)