3 #ifndef __NEONEXTION_INEXTIONCALLBACK
4 #define __NEONEXTION_INEXTIONCALLBACK
virtual void handleNextionEvent(NextionEventType type, INextionTouchable *widget)=0
Handle a callback.
NextionEventType
Type of events received from device.
Definition: NextionTypes.h:76
Interface for widgets that can be touched.
Definition: INextionTouchable.h:15
Interface for classes that handle callbacks from a display device.
Definition: INextionCallback.h:12