(private) new xrx.EventTarget()
A class representing an event-target.
- Source:
Methods
-
(private) xrx.EventTarget#argsArray_()
-
- Source:
-
xrx.EventTarget#dispatchExternal(eventType, opt_eventHandlernullable)
-
Dispatch an event to a foreign JavaScript application. The function dispatches the event only if the foreign JavaScript object implements an according event handler function.
Parameters:
Name Type Attributes Description eventType
string The name of the event. Must start with prefix "event*". opt_eventHandler
Object <nullable>
The object used to apply the event. Defaults to this or this.eventHanlder_ if available. - Source: