Interface IrReceiverComponent.PollerProcess

Enclosing class:
IrReceiverComponent

protected static interface IrReceiverComponent.PollerProcess
Custom interface as an alternative to the Java native Process interface. This is required for proper unit testing of the poller as Java provides no sane way for mocking Process itself.
  • Method Details

    • getInputStream

      InputStream getInputStream()
    • isAlive

      boolean isAlive()
    • destroy

      void destroy()