SoQtRenderArea is a class using a single callback and its use is demonstrated by examples/Mentor/10_2_setEventCB.py and the ``better style'' examples/Mentor/10_2iv_setEventCB.py.
Usage examples are:
myRenderArea.setEventCallback( myAppEventHandler, CallbackData(myTicker, myRenderArea))
myRenderArea.setEventCallback(myAppEventHandler, None)
myRenderArea.setEventCallback(None, None)