AceButton  1.10.0
An adjustable, compact, event-driven button library for Arduino.
Public Member Functions | List of all members
ace_button::IEventHandler Class Referenceabstract

Interface of the class that will handle the button event. More...

#include <IEventHandler.h>

Public Member Functions

virtual void handleEvent (AceButton *button, uint8_t eventType, uint8_t buttonState)=0
 Handle the button event.
 

Detailed Description

Interface of the class that will handle the button event.

Users can create an implementation subclass and register the event handler object using ButtonConfig::setIEventHandler().

Definition at line 39 of file IEventHandler.h.


The documentation for this class was generated from the following file: