Class TeamworkService.AutoLoginTask

  • Enclosing class:
    TeamworkService

    private final class TeamworkService.AutoLoginTask
    extends Task
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.nomagic.task.SwingWorker

        com.nomagic.task.SwingWorker.ThreadPoolExecutorFactory<E extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean result  
      • Fields inherited from class com.nomagic.task.SwingWorker

        doFinishedReached, mName, THREAD_GROUP, THREAD_GROUP_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoLoginTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      boolean getResult()  
      • 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
    • Field Detail

      • result

        private boolean result
    • Constructor Detail

      • AutoLoginTask

        public AutoLoginTask()
    • Method Detail

      • execute

        public void execute()
      • getResult

        public boolean getResult()