JavaTM 2 Platform
Standard Ed. 6

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

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

org.w3c.dom.eventsEvent 的使用
 

org.w3c.dom.eventsEvent 的子介面
 interface MouseEvent
          MouseEvent 介面提供與鼠標事件相關聯的特定上下文資訊。
 interface MutationEvent
          MutationEvent 介面提供與 Mutation 事件相關的特定上下文資訊。
 interface UIEvent
          UIEvent 介面提供與使用者介面事件相關聯的特定上下文資訊。
 

返回 Eventorg.w3c.dom.events 中的方法
 Event DocumentEvent.createEvent(String eventType)
           
 

參數型別為 Eventorg.w3c.dom.events 中的方法
 boolean EventTarget.dispatchEvent(Event evt)
          此方法允許將事件指派到實作事件模型。
 void EventListener.handleEvent(Event evt)
          每當發生 EventListener 介面為其註冊的型別的事件時,即可調用此方法。
 

org.w3c.dom.lsEvent 的使用
 

org.w3c.dom.lsEvent 的子介面
 interface LSLoadEvent
          此介面表示通知文檔載入完成的載入事件物件。
 interface LSProgressEvent
          此介面表示進度事件物件,該物件在解析文檔時通知應用程序有關進度。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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