CommonEventHandlerExists constant

int const CommonEventHandlerExists

Description: setEventHandler has been called to set the handler, please do not set it repeatedly.
Cause: Call setEventHandler repeatedly to set the handler.
Solutions: If you need to repeat the settings, please call setEventHandler first to empty the previous handler.

Implementation

static const int CommonEventHandlerExists = 1000008;