- All Implemented Interfaces:
Runnable
- Since:
- 3.2
- Author:
- Eike Stepper
-
Constructor Summary
Constructors
-
Method Summary
protected abstract void
final boolean
final void
final void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Stoppable
public Stoppable()
-
Method Details
-
isStopped
public final boolean isStopped()
-
stop
public final void stop()
-
run
public final void run()
- Specified by:
run
in interface Runnable
-