JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Search
Help
elemental2.dom
EventListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
handleEvent(Event)
Interface EventListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@JsType(isNative=true, namespace="<global>")
@FunctionalInterface
public interface
EventListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleEvent
(
Event
evt)
Method Details
handleEvent
void
handleEvent
(
Event
evt)