com.motorola.oem.hapi
Interface GpioCounterListener


public interface GpioCounterListener

A listener to Gpio Counter events. Implementing class will be able to register itself to events issued by Gpio Counter.
Code handling Counter expired should reside in onCounterExpired(int) method implementation


Method Summary
 void onCounterExpired(int gpioNum)
          If an implementing object has registered itself to GpioCounter object this method will be called on the appropriate gpio counter expired.
 

Method Detail

onCounterExpired

void onCounterExpired(int gpioNum)
If an implementing object has registered itself to GpioCounter object this method will be called on the appropriate gpio counter expired.

Parameters:
gpioNum - GPIO which issued the counter.