HiveMind
|
Manages the callback of a single button. More...
#include <IButtonCallbackRegister.h>
Public Member Functions | |
virtual | ~IButtonCallbackRegister ()=default |
virtual void | setCallback (buttonCallbackFunction_t callback, void *context)=0 |
sets the callback to the managed button More... | |
Manages the callback of a single button.
|
virtualdefault |
|
pure virtual |
sets the callback to the managed button
callback | a pointer to the callback function |
context | a pointer to the context passed to the callback when called |
Implemented in ButtonCallbackRegister.