public interface AWTEventListener extends EventListener
课堂,是监测AWT事件感兴趣的对象实现这个接口,这类与工具注册创建,使用工具箱的addAWTEventListener
方法。当一个事件被派遣在AWT中的任何地方,这个对象的eventDispatched
方法被调用。
Modifier and Type | Method and Description |
---|---|
void |
eventDispatched(AWTEvent event)
调用事件时派遣在AWT。
|
void eventDispatched(AWTEvent event)
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.