Package boofcv.gui

Class ApplicationLauncherApp.ActiveProcess

java.lang.Object
java.lang.Thread
boofcv.gui.ApplicationLauncherApp.ActiveProcess
All Implemented Interfaces:
Runnable
Enclosing class:
ApplicationLauncherApp

public static class ApplicationLauncherApp.ActiveProcess extends Thread
  • Constructor Details

    • ActiveProcess

      public ActiveProcess()
  • Method Details

    • run

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

      public void requestKill()
    • isActive

      public boolean isActive()
    • toString

      public String toString()
      Overrides:
      toString in class Thread