Module com.pi4j

Interface ShutdownEventProducer<T>

All Superinterfaces:
EventProducer
All Known Subinterfaces:
Context

public interface ShutdownEventProducer<T> extends EventProducer
  • Method Details

    • removeAllShutdownListeners

      T removeAllShutdownListeners()
    • addListener

      T addListener(ShutdownListener... listener)
    • removeListener

      T removeListener(ShutdownListener... listener)