Interface Stoppable

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
CloseableDaemonThread, LineConsumerThread

public interface Stoppable extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • disable

      void disable()