JavaTM 2 Platform
Standard Ed. 6

介面 org.w3c.dom.events.EventListener
的使用

使用 EventListener 的軟體套件
org.w3c.dom.events   
 

org.w3c.dom.eventsEventListener 的使用
 

參數型別為 EventListenerorg.w3c.dom.events 中的方法
 void EventTarget.addEventListener(String type, EventListener listener, boolean useCapture)
          此方法允許在事件目標上註冊事件偵聽器。
 void EventTarget.removeEventListener(String type, EventListener listener, boolean useCapture)
          此方法允許從事件目標移除事件偵聽器。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only