Package jpigpio

Class GPIOListener

java.lang.Object
jpigpio.GPIOListener
All Implemented Interfaces:
Alert
Direct Known Subclasses:
NotificationListener

public abstract class GPIOListener
extends java.lang.Object
implements Alert
Simple interface for implementing GPIO callbacks
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int bit  
    int edge  
    int gpio  
  • Constructor Summary

    Constructors 
    Constructor Description
    GPIOListener​(int gpio, int edge)  
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jpigpio.Alert

    alert
  • Field Details

    • bit

      public int bit
    • edge

      public int edge
    • gpio

      public int gpio
  • Constructor Details

    • GPIOListener

      public GPIOListener​(int gpio, int edge)