站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Uses of Interface org.w3c.dom.events.Event (Common DOM API) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档

Common DOM API

Uses of Interface
org.w3c.dom.events.Event

Packages that use Event
org.w3c.dom.events   
 

Uses of Event in org.w3c.dom.events
 

Subinterfaces of Event in org.w3c.dom.events
 interface MouseEvent
          The MouseEvent interface provides specific contextual information associated with Mouse events.
 interface MutationEvent
          The MutationEvent interface provides specific contextual information associated with Mutation events.
 interface UIEvent
          The UIEvent interface provides specific contextual information associated with User Interface events.
 

Methods in org.w3c.dom.events that return Event
 Event DocumentEvent.createEvent(String eventType)
           
 

Methods in org.w3c.dom.events with parameters of type Event
 void EventListener.handleEvent(Event evt)
          This method is called whenever an event occurs of the type for which the EventListener interface was registered.
 boolean EventTarget.dispatchEvent(Event evt)
          This method allows the dispatch of events into the implementations event model.
 


Common DOM API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.