This is especially usef " /> 久久er热视频在这里精品,在线观看视频一区二区,日本xxxxx久色视频在线观看

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

Prototype PeriodicalExecuter對象 學習

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.


這個對象就是可以周期性的執行某個方法,但是在它內部維持了一個狀態,可以防止由于某些原因一次調用沒執行,然后下一次調用又來了,這樣會造成連續執行兩次方法。上面的第二斷英文就是這個意思。

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

這個對象源碼比較簡單,這里直接貼出來了,就不再注釋了:
復制代碼 代碼如下:
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;
}
}
}
});

看一下示例:
復制代碼 代碼如下:
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技術Prototype PeriodicalExecuter對象 學習,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 色帽子影院| 亚洲第一页在线视频 | 麻豆精品密在线观看 | 九九视频只有精品 | 国产精品第1页在线观看 | 五月激情网站 | 亚洲女人性视频 | 99视频在线精品免费 | 美女黄网站色一级毛片 | 亚洲天堂网站 | 国产高清一级毛片在线人 | 欧美激情一区二区三区中文字幕 | 亚洲国产精品久久久天堂 | 国产精品一区二区三区四区 | 国产一区成人 | 国产精品亚洲第一区二区三区 | 黄色网址免费在线播放 | 久久精品视 | 久久精品中文字幕免费 | 久久精品免费全国观看国产 | 久久国产精品一区二区三区 | 久久精品日本免费线 | 91超级碰| 日本三级一区二区 | xxxxx亚洲| 四虎欧美永久在线精品免费 | 黑人和黑人激情一级毛片 | 久久久影院 | 亚洲色四在线视频观看 | 人人干人| 国产精品热久久毛片 | 韩国亚洲伊人久久综合影院 | 日韩精品一区二区三区四区 | 婷婷射| 国内精品一区二区2021在线 | 色狠狠成人综合网 | 亚洲国产一区二区三区亚瑟 | 在线第一页| 看全色黄大色大片免费久久久 | 亚洲成人精品在线 | 一级毛毛片毛片毛片毛片在线看 |