public interface Event
| Modifier and Type | Field and Description |
|---|---|
static short |
AT_TARGET |
static short |
BUBBLING_PHASE |
static short |
CAPTURING_PHASE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBubbles() |
boolean |
getCancelable() |
EventTarget |
getCurrentTarget() |
boolean |
getDefaultPrevented() |
short |
getEventPhase() |
boolean |
getIsTrusted() |
EventTarget |
getTarget() |
double |
getTimeStamp() |
String |
getType() |
void |
initEvent(String type,
boolean bubbles,
boolean cancelable) |
void |
preventDefault() |
void |
stopImmediatePropagation() |
void |
stopPropagation() |
static final short CAPTURING_PHASE
static final short AT_TARGET
static final short BUBBLING_PHASE
String getType()
EventTarget getTarget()
EventTarget getCurrentTarget()
short getEventPhase()
void stopPropagation()
void stopImmediatePropagation()
boolean getBubbles()
boolean getCancelable()
void preventDefault()
boolean getDefaultPrevented()
boolean getIsTrusted()
double getTimeStamp()
void initEvent(String type, boolean bubbles, boolean cancelable)
Copyright © 2016. All Rights Reserved.