GpioObserver Class Referenceabstract
Gpio event. More...
Inheritance diagram for GpioObserver:
Public Member Functions | |
void | notify (GpioEvent event) |
abstract void | notifyGpioConfiguration (GpioConfigurationEvent event) |
abstract void | notifyGpioStatus (GpioStatusEvent event) |
Public Member Functions inherited from Observer< T extends Event > | |
void | notify (T event) |
Detailed Description
Gpio observer.
Member Function Documentation
void notify | ( | GpioEvent | event | ) |
Notify method
- Parameters
-
event event
|
abstract |
Called when a GpioConfigurationEvent happens
- Parameters
-
event event
|
abstract |
Called when a GpioStatusEvent happens
- Parameters
-
event event