This is especially usef " /> 少妇高清精品毛片在线视频,亚洲高清视频在线播放,亚洲一区视频在线

四虎精品视频-四虎精品成人免费网站-四虎黄色网-四虎国产视频-国产免费91-国产蜜臀97一区二区三区

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.


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

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

這個對象源碼比較簡單,這里直接貼出來了,就不再注釋了:
復(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)載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 寡妇高潮一级免费看| 那些女人电视剧免费观看全集剧情| 电影《神丐》| 手绢舞蹈视频大全| 骚扰电话怎么弄,不停的给对方打| 姐妹在线| tbbt| 寻梦环游记英文名| 情人意大利| 内蒙古通辽地图| 户田惠子| 北风那个吹在线观看免费完整版| 网络查控申请书| 黑丝高跟鞋美女| 国内自拍99| 军营医生 (1976)| 绿巨人3| 白上之黑| 学校要的建档立卡证明图片| angela white在线播放| 电影终结者| 性的视频| 绝伦海女| 罗密欧与朱丽叶电影| 王卓淇| 2025女人最旺微信头像| 房东电影| 美女的咪咪| 永刚| 梦断楼兰电影| 大海中的船歌词歌谱| 1905电影网| 小兰花现代诗| 2025年豆瓣评分排行榜| 荒岛大逃亡电影在线观看| 在线黄色免费网站| 翡翠恋人免费观看全集电视剧高清| 阿芮尔·温特| 虞朗| 翟佳滨老师今天答案| 朱敏荷《豺狼来了》|