initApplicationEvent(typeArg, canBubbleArg, cancelableArg, 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.
longdetailArg
Specifies the Event detail.
|
Returns
|
void
|