- function IRequestIndicator(){}
- IRequestIndicator.prototype.show = function() { if(typeof console != "undefined") { console.log("Required method IRequestIndicator:show not implemented."); } };
- IRequestIndicator.prototype.hide = function() { if(typeof console != "undefined") { console.log("Required method IRequestIndicator:hide not implemented."); } };
|