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