@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
@FunctionalInterface
public interface EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(Event event)
The EventListener method handleEvent() method is called by the user agent when an event is sent to the EventListener, in order to handle events that occur on an observed EventTarget.
|
void handleEvent(@Nonnull
Event event)