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