Class GoToLineThread

java.lang.Object
java.lang.Thread
org.aspectj.ajde.ui.swing.GoToLineThread
All Implemented Interfaces:
Runnable

public class GoToLineThread extends Thread
Used to ensure that a source line has been seeked to. Will repeatedly attempt to seek to the line until this has succeeded.
Author:
Mik Kersten
  • Constructor Details

    • GoToLineThread

      public GoToLineThread(String fileToSeekTo, int lineNumber, EditorAdapter editorAdapter)
  • Method Details

    • isFinished

      public boolean isFinished()
    • needsRetry

      public boolean needsRetry()
    • run

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