public interface DOMEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(DOMEvent event)
This method is called whenever an event occurs of the type for which the
每当发生注册了DOMEventListener接口的类型的事件时,都会调用此方法。 DOMEventListener interface was registered.
|
void handleEvent(DOMEvent event)
DOMEventListener interface was registered.
event - contains contextual information about the event.
-包含有关事件的上下文信息。