Class Task

java.lang.Object
com.nomagic.task.SwingWorker<Object>
com.nomagic.task.Task

@OpenApi public abstract class Task extends com.nomagic.task.SwingWorker<Object>
Task for execution of some code on a separate thread.
  • Field Summary

    Fields inherited from class com.nomagic.task.SwingWorker

    doFinishedReached, mName, THREAD_GROUP, THREAD_GROUP_NAME
  • Method Summary

    Methods inherited from class com.nomagic.task.SwingWorker

    finished, get, getThread, getValue, isStopped, newFixedThreadExecutor, newSerialExecutor, newSerialExecutor, newSerialExecutorWithPriority, resume, setPriority, start, startOn, suspend, threadInterrupt, threadJoin, threadStop

    Methods inherited from class java.lang.Object

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