public interface UIEvent extends Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Modifier and Type | Method and Description |
|---|---|
int |
getDetail() |
Window |
getView() |
void |
initUIEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
int detailArg) |
getBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopImmediatePropagation, stopPropagationCopyright © 2016. All Rights Reserved.