NeoNextion
Arduino library for the Nextion displays.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | List of all members
INextionCallback Class Referenceabstract

Interface for classes that handle callbacks from a display device. More...

#include <INextionCallback.h>

Inheritance diagram for INextionCallback:
Inheritance graph
[legend]

Public Member Functions

virtual void handleNextionEvent (NextionEventType type, INextionTouchable *widget)=0
 Handle a callback. More...
 

Detailed Description

Interface for classes that handle callbacks from a display device.

Member Function Documentation

virtual void INextionCallback::handleNextionEvent ( NextionEventType  type,
INextionTouchable widget 
)
pure virtual

Handle a callback.

Parameters
typeEvent type
widgetPointer to the widget that fired the event

Implemented in NextionCallbackFunctionHandler.


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