How to listen for document changes in Couchbase lite cordova plugin

Is there any we can add a listener in couchbase corodva plugin which will get invoked when a document is changed in Couchbase Lite?

something like db.addChangeListener(function(){});

FYI

and example

Thanks @atom_yang, I will try it out.