|
initUIEvent(typeArg, canBubbleArg, cancelableArg, viewArg, detailArg)
|
|
|
Parameters
|
String typeArg
Specifies the event type.
boolean canBubbleArg
Specifies whether or not the event can bubble.
boolean cancelableArg
Specifies whether or not the event's default action can be prevented.
AbstractView viewArg
Specifies the Event's AbstractView.
long detailArg
Specifies the Event's detail.
|
|
Returns
|
void
|