Class: IWEventListener

IWEventListener

This class represents a reference to a registered event listener. It can be used to remove a listener.

new IWEventListener()

Default constructor

Members


id :number

The unique instance id of the event listener.
Type:
  • number

obj :Object

The object which fires the event (e.g. DOMObject).
Type:
  • Object

objectHandler :Object

The object handler for the event listener. Contains a reference to the listener and the eventHandler.
Type:
  • Object

removeFunction :function

The IWEventManager calls this function to remove the listener.
Type:
  • function

type :String

Indicates the type of the event listener. The field contains one of the following values: W3C (Firefox and Others), MS (IE) and IW (infoware).
Type:
  • String

Methods


toString()

Returns a string representation of the object.
Returns:
Type
String