软件包 | 描述 |
---|---|
org.w3c.dom.events | |
org.w3c.dom.ls |
Modifier and Type | Interface and Description |
---|---|
interface |
MouseEvent
MouseEvent 接口提供了特定的语境信息与鼠标事件相关。
|
interface |
MutationEvent
MutationEvent 接口提供了特定的语境信息与事件相关的突变。
|
interface |
UIEvent
UIEvent 接口提供了特定的语境信息与用户界面事件相关。
|
Modifier and Type | Method and Description |
---|---|
Event |
DocumentEvent.createEvent(String eventType) |
Modifier and Type | Method and Description |
---|---|
boolean |
EventTarget.dispatchEvent(Event evt)
此方法允许将事件发送到实现事件模型中。
|
void |
EventListener.handleEvent(Event evt)
这种方法被称为当一个事件发生的类型,
EventListener 接口注册。
|
Modifier and Type | Interface and Description |
---|---|
interface |
LSLoadEvent
此接口表示一个加载的事件对象,该对象表示文档加载的完成情况。
|
interface |
LSProgressEvent
这个接口代表进步事件对象通知关于进步的应用作为一个文档解析。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.