Public Member Functions | |
def | event_notification (self, event) |
Subscription Handler. To receive events from server for a subscription data_change and event methods are called directly from receiving thread. Do not do expensive, slow or network operation there. Create another thread if you need to do such a thing
Definition at line 19 of file client-events.py.
def client-events.SubHandler.event_notification | ( | self, | |
event | |||
) |
Definition at line 27 of file client-events.py.