initCMSSessionDisconnectEvent method
Initializes the value of an CMSSessionDisconnectEvent created through the CMSSessionDisconnectEvent interface. This method should only be called before the CMSSessionDisconnectEvent has been dispatched using the dispatchEvent method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
initCMSSessionDisconnectEvent(typeArg, canBubbleArg, cancelableArg, currentUser )
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.
String currentUser
Currently logged on user's name.
Returns
void
这对您有帮助吗?