called for every datachange notification from server
(self, node, val, data)
| 28 | pass |
| 29 | |
| 30 | def datachange_notification(self, node, val, data): |
| 31 | """ |
| 32 | called for every datachange notification from server |
| 33 | """ |
| 34 | pass |
| 35 | |
| 36 | def event_notification(self, event): |
| 37 | """ |