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
eventevent
abstract void notifyGpioConfiguration ( GpioConfigurationEvent  event)
abstract

Called when a GpioConfigurationEvent happens

Parameters
eventevent
abstract void notifyGpioStatus ( GpioStatusEvent  event)
abstract

Called when a GpioStatusEvent happens

Parameters
eventevent