Class Index | File Index

Classes


Class aaoh.kaze.Timer


Defined in: <lib\aaoh.kaze-core.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
aaoh.kaze.Timer(callObj)
Timer。
Method Summary
Method Attributes Method Name and Description
 
タイマーを停止します。
 
タイマーを停止します。
 
setInterval(callable, interval)
タイマーを設定します。
 
setTimeout(callable, timeout)
タイマーを設定します。
Class Detail
aaoh.kaze.Timer(callObj)
Timer。
Parameters:
{Object} callObj
呼び出し元オブジェクト
Method Detail
clearInterval()
タイマーを停止します。

clearTimeout()
タイマーを停止します。

setInterval(callable, interval)
タイマーを設定します。
Parameters:
{Function} callable
タイマー通知ファンクション
{Number} interval
インターバル(msec)

setTimeout(callable, timeout)
タイマーを設定します。
Parameters:
{Function} callable
タイマー通知ファンクション
{Number} timeout
インターバル(msec)

(C) 2008 AAOh inc.AAOh inc.
Documentation generated by JsDoc Toolkit