Class LoopThread

java.lang.Object
de.klassenserver7b.k7bot.threads.LoopThread
All Implemented Interfaces:
Runnable

public class LoopThread extends Object implements Runnable
Author:
Klassenserver7b
  • Field Details

    • refreshTask

      private ScheduledFuture<?> refreshTask
    • log

      private final org.slf4j.Logger log
    • hasstarted

      private boolean hasstarted
    • status

      private final String[] status
  • Constructor Details

    • LoopThread

      public LoopThread()
  • Method Details

    • start

      public void start()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • restart

      public void restart()
    • stopLoop

      public void stopLoop()