public interface AddEventListenerOptions extends EventListenerOptions
Modifier and Type | Method and Description |
---|---|
static AddEventListenerOptions |
create() |
boolean |
isOnce() |
boolean |
isPassive() |
void |
setOnce(boolean once) |
void |
setPassive(boolean passive) |
isCapture, setCapture
static AddEventListenerOptions create()
create
in interface EventListenerOptions
boolean isOnce()
boolean isPassive()
void setOnce(boolean once)
void setPassive(boolean passive)