Class Index | File Index

Classes


Class WINDOW_APP.util.hashchange


Defined in: hashchange.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
location hashの変更を通知
Method Summary
Method Attributes Method Name and Description
<inner>  
bind(func)
イベントの登録
<inner>  
off(func)
イベントの削除
<inner>  
on(func)
イベントの登録
<inner>  
モニターの開始
<inner>  
stop()
モニターの停止
<inner>  
通知
<inner>  
unbind(func)
イベントの削除
Class Detail
WINDOW_APP.util.hashchange()
location hashの変更を通知
Method Detail
<inner> bind(func)
イベントの登録
Parameters:
func
{Function} リスナー

<inner> {Boolean} off(func)
イベントの削除
Parameters:
func
{Function} リスナー
Returns:
{Boolean} 削除されたか

<inner> on(func)
イベントの登録
Parameters:
func
{Function} リスナー

<inner> start()
モニターの開始

<inner> stop()
モニターの停止

<inner> trigger()
通知

<inner> {Boolean} unbind(func)
イベントの削除
Parameters:
func
{Function} リスナー
Returns:
{Boolean} 削除されたか

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jan 08 2013 18:15:11 GMT+0900 (JST)