Deprecated, use datachange_notification
(self, handle, node, val, attr)
| 22 | """ |
| 23 | |
| 24 | def data_change(self, handle, node, val, attr): |
| 25 | """ |
| 26 | Deprecated, use datachange_notification |
| 27 | """ |
| 28 | pass |
| 29 | |
| 30 | def datachange_notification(self, node, val, data): |
| 31 | """ |