This is especially usef " /> 91香蕉导航,波多野结衣在线观看网址,免费黄色看片网站

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

Prototype PeriodicalExecuter對象 學(xué)習(xí)

This is a simple facility for periodical execution of a function. This essentially encapsulates the native clearInterval/setInterval mechanism found in native Window objects.

This is especially useful if you use one to interact with the user at given intervals (e.g. use a prompt or confirm call): this will avoid multiple message boxes all waiting to be actioned.


這個(gè)對象就是可以周期性的執(zhí)行某個(gè)方法,但是在它內(nèi)部維持了一個(gè)狀態(tài),可以防止由于某些原因一次調(diào)用沒執(zhí)行,然后下一次調(diào)用又來了,這樣會(huì)造成連續(xù)執(zhí)行兩次方法。上面的第二斷英文就是這個(gè)意思。

幫助文檔上說這個(gè)對象只提供了一個(gè)方法stop,但是在我看的源碼里還提供了一個(gè)事件onTimerEvent,應(yīng)該可以在某個(gè)時(shí)候觸發(fā)這個(gè)事件。但幫助文檔上沒有給出示例。

這個(gè)對象源碼比較簡單,這里直接貼出來了,就不再注釋了:
復(fù)制代碼 代碼如下:
var PeriodicalExecuter = Class.create({
initialize: function(callback, frequency) {
this.callback = callback;
this.frequency = frequency;
this.currentlyExecuting = false;

this.registerCallback();
},

registerCallback: function() {
this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
},

execute: function() {
this.callback(this);
},

stop: function() {
if (!this.timer) return;
clearInterval(this.timer);
this.timer = null;
},

onTimerEvent: function() {
if (!this.currentlyExecuting) {
try {
this.currentlyExecuting = true;
this.execute();
} catch(e) {
/* empty catch for clients that don't support try/finally */
}
finally {
this.currentlyExecuting = false;
}
}
}
});

看一下示例:
復(fù)制代碼 代碼如下:
new PeriodicalExecuter(function(pe) {
if (!confirm('Want me to annoy you again later?'))
pe.stop(); },
5);
// Note that there won't be a stack of such messages if the user takes too long
// answering to the question...

JavaScript技術(shù)Prototype PeriodicalExecuter對象 學(xué)習(xí),轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 久久精彩 | 亚洲合集 | 亚洲小视频在线 | 国产原创中文视频 | 国产v精品成人免费视频71sao | 一级毛片成人免费看a | 一级做a爰片性色毛片思念网 | 国产视频精选 | 视频一区二区在线观看 | 国产99久久精品 | 天天舔天天操 | 婷婷亚洲五月 | 久久伊人中文字幕有码 | 成人毛片18女人毛片免费 | 日本久久免费大片 | 免费国产在线观看不卡 | 四虎影视8848a四虎在线播放 | 91精品啪在线观看国产18 | 欧美成人午夜精品免费福利 | 在线播放黄色 | 91视频官网| 亚洲欧美一区二区三区国产精品 | 色婷婷免费视频 | 成人精品亚洲人成在线 | 嫩草影院一区 | 亚洲精品高清国产一线久久97 | 2021久久精品免费观看 | 91精品国产三级在线观看 | 亚洲伊人成人网 | 色视频在线免费 | 国产成人精品一区二三区在线观看 | 91国自产精品中文字幕亚洲 | 国产99er66在线视频 | www.av一区| 亚洲乱码在线观看 | 美女胸又大又黄又www的网站 | 亚洲综合偷自成人网第页色 | 婷婷成人丁香五月综合激情 | 日韩一区二区国色天香 | 亚洲天堂黄 | 日本xxxⅹ色视频在线观看网站 |