Class aaoh.kaze.Timer

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

*Class Summary
aaoh.kaze.Timer(callObj)
Timer。
*Method Summary
clearInterval()
タイマーを停止します。
clearTimeout()
タイマーを停止します。
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)