== Class aaoh.kaze.Timer
{{{ comment
============================== class summary ==========================
}}}
=== Defined in: <aaoh.kaze-core.js>.
{{{ comment
============================== constructor summary ====================
}}}
||*||Class Summary||
||||[aaoh.kaze.Timer#constructor aaoh.kaze.Timer](callObj)[[BR]]Timer。||
{{{ comment
============================== properties summary =====================
}}}
{{{ comment
============================== methods summary ========================
}}}
||*||Method Summary||
||||[aaoh.kaze.Timer#clearInterval clearInterval]()[[BR]]タイマーを停止します。||
||||[aaoh.kaze.Timer#clearTimeout clearTimeout]()[[BR]]タイマーを停止します。||
||||[aaoh.kaze.Timer#setInterval setInterval](callable, interval)[[BR]]タイマーを設定します。||
||||[aaoh.kaze.Timer#setTimeout setTimeout](callable, timeout)[[BR]]タイマーを設定します。||
{{{ comment
============================== events summary ========================
}}}
[[BR]]
{{{ comment
============================== constructor details ====================
}}}
== Class Detail #constructor
==== aaoh.kaze.Timer(callObj)
* Timer。
* Parameters
* {Object} callObj
* 呼び出し元オブジェクト
{{{ comment
============================== field details ==========================
}}}
{{{ comment
============================== method details =========================
}}}
== Method Detail
==== clearInterval() #clearInterval
* タイマーを停止します。
==== clearTimeout() #clearTimeout
* タイマーを停止します。
==== setInterval(callable, interval) #setInterval
* タイマーを設定します。
* Parameters
* {Function} callable
* タイマー通知ファンクション
* {Number} interval
* インターバル(msec)
==== setTimeout(callable, timeout) #setTimeout
* タイマーを設定します。
* Parameters
* {Function} callable
* タイマー通知ファンクション
* {Number} timeout
* インターバル(msec)
{{{ comment
============================== event details =========================
}}}