Constructor
(private) new IE8EventHandler(target, type, listener, handlerFunction)
Parameters:
Name | Type | Description |
---|---|---|
target |
EventTarget |
|
type |
string | Event type for which the given |
listener |
EventListener |
|
handlerFunction |
function | Closure-based handler function that is actually attached to |
- Source:
Extends
Members
handlerFunction :function
Type:
- function
- Source:
listener :EventListener
EventListener
registered on IE8Compatibility.IE8EventHandler#target for events of type
IE8Compatibility.IE8EventHandler#type.
Type:
- EventListener
- Source:
target :EventTarget
EventTarget
to which IE8Compatibility.IE8EventHandler#listener is registered.
Type:
- EventTarget
- Source:
type :string
Event type for which IE8Compatibility.IE8EventHandler#listener is registered.
Type:
- string
- Source:
Methods
dispose()
Optional function to dispose this object. The object should not be relied upon to be usable after calling this function, however whether it actually is, or not, is entirely implementation-dependent.
- Overrides:
- Source:
init()
Optional function to initialize this object for use. The object should be usable after calling this function.
- Inherited From:
- Source: