Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

EventListener

方法声明

void handleEvent(in Event event);

方法

handleEvent()

EventListener 所注册的事件发生的时候,该方法会被调用。

void handleEvent(
  in Event event
);
参数
event

EventListner 注册到的DOM Event 对象.

附注

这个接口标有[function] 记号,然而所有的JavaScript Function 对象都会自动实现这个接口。因此直接调用某个handleEvent() 的实现,就和直接调用一个函数没有差别。

另见

文档标签和贡献者

标签: 
 此页面的贡献者: linmx0130
 最后编辑者: linmx0130,