Function
this function can be used to receive REST notifications, from Comet or from another frame
Example:
dojo.connect(window,"onMessage",null,function(event) {
var data = dojo.fromJson(event.data);
dojox.restListener(data);
});Object
Object