Package com.pi4j.jni
Interface SerialInterruptListener
-
- All Superinterfaces:
EventListener
public interface SerialInterruptListener extends EventListener
This interface implements the callback event handler for serial interrupt data receive events.
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
- https://pi4j.com/
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDataReceive(SerialInterruptEvent event)
-
-
-
Method Detail
-
onDataReceive
void onDataReceive(SerialInterruptEvent event)
-
-