Uses of Interface
org.w3c.dom.events.Event
-
Packages that use Event 软件包 描述 org.w3c.dom.events 为DOM Level 2事件提供接口。org.w3c.dom.ls 为DOM Level 3加载和保存提供接口。 -
-
Uses of Event in org.w3c.dom.events
Subinterfaces of Event in org.w3c.dom.events 变量和类型 接口 描述 interface
MouseEvent
MouseEvent
接口提供与Mouse事件关联的特定上下文信息。interface
MutationEvent
MutationEvent
接口提供与Mutation事件关联的特定上下文信息。interface
UIEvent
UIEvent
接口提供与用户界面事件关联的特定上下文信息。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 变量和类型 方法 描述 boolean
EventTarget. dispatchEvent(Event evt)
此方法允许将事件分派到实现事件模型中。void
EventListener. handleEvent(Event evt)
只要发生了注册了EventListener
接口的类型的事件,就会调用此方法。 -
Uses of Event in org.w3c.dom.ls
Subinterfaces of Event in org.w3c.dom.ls 变量和类型 接口 描述 interface
LSLoadEvent
此接口表示一个load事件对象,表示文档加载完成。interface
LSProgressEvent
此接口表示一个progress事件对象,它在解析文档时通知应用程序进度。
-