Klasse Stoppable

java.lang.Object
org.eclipse.net4j.util.concurrent.Stoppable
Alle implementierten Schnittstellen:
Runnable

public abstract class Stoppable extends Object implements Runnable
A runnable that can be stopped.
Seit:
3.2
Autor:
Eike Stepper
  • Konstruktordetails

    • Stoppable

      public Stoppable()
  • Methodendetails

    • isStopped

      public final boolean isStopped()
    • stop

      public final void stop()
    • run

      public final void run()
      Angegeben von:
      run in Schnittstelle Runnable
    • doRun

      protected abstract void doRun() throws InterruptedException
      Löst aus:
      InterruptedException