Package conduit :: Package dataproviders :: Module Opensync :: Class Callbacks
[hide private]

Class Callbacks

source code


The OpenSync bindings call back into this function as changes are received from the other dataprovider. As they are received, we updated the uids dict.

Would it be dirty to merge this with the dataprovider base? I think so.

Instance Methods [hide private]
 
__init__(self, dp) source code
 
callback(self, err) source code
 
changes(self, change) source code
 
warning(self, warning) source code