接口 | 描述 |
---|---|
DocumentEvent |
DocumentEvent 接口提供了一种机制,用户可以通过该机制创建实现支持的类型的事件。
|
Event |
Event 接口用于向事件处理程序提供关于事件的上下文信息。
|
EventListener |
EventListener 接口是处理事件的主要方法。
|
EventTarget |
EventTarget 接口由支持DOM事件模型的
Nodes 中的所有
Nodes 实现。
|
MouseEvent |
MouseEvent 界面提供与鼠标事件相关联的特定上下文信息。
|
MutationEvent |
MutationEvent 界面提供与Mutation事件相关的特定上下文信息。
|
UIEvent |
UIEvent 界面提供与用户界面事件相关联的特定上下文信息。
|
异常 | 描述 |
---|---|
EventException |
事件操作可能会引发
EventException 像在其方法描述中指定。
|
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.