Interface Stoppable
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
CloseableDaemonThread
,LineConsumerThread
public interface Stoppable extends java.io.Closeable
Used inCloseableDaemonThread
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
-