Module Simula
Package simula.editor

Class SimulaEditor.AutoRefresher

java.lang.Object
java.lang.Thread
simula.editor.SimulaEditor.AutoRefresher
All Implemented Interfaces:
Runnable
Enclosing class:
SimulaEditor

class SimulaEditor.AutoRefresher extends Thread
Utility class: AutoRefresher
  • Field Details

    • counter

      int counter
      counter
    • stoped

      boolean stoped
      stoped mark
  • Constructor Details

    • AutoRefresher

      public AutoRefresher()
      Constructor
  • Method Details

    • terminate

      public void terminate()
      terminate
    • reset

      public void reset()
      reset
    • run

      public void run()
      Run the AutoRefresher
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread