Uses of Interface
elemental2.dom.AddEventListenerOptions
-
-
Uses of AddEventListenerOptions in elemental2.dom
Methods in elemental2.dom that return AddEventListenerOptions Modifier and Type Method Description default AddEventListenerOptions
EventTarget.AddEventListenerOptionsUnionType. asAddEventListenerOptions()
static AddEventListenerOptions
AddEventListenerOptions. create()
Methods in elemental2.dom with parameters of type AddEventListenerOptions Modifier and Type Method Description default void
EventTarget. addEventListener(java.lang.String type, EventListener listener, AddEventListenerOptions options)
-