Interface PollEventListener

All Known Implementing Classes:
SysFsDigitalInputDevice, SysFsDigitalInputOutputDevice
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface PollEventListener
  • Method Summary

    Modifier and Type Method Description
    void notify​(long epochTime, long nanoTime, char value)  
  • Method Details

    • notify

      void notify​(long epochTime, long nanoTime, char value)