BiEventListener
This class represents an event listener and provides the event handler mechanism for a certain event type.
This class extends BiAction and therefore all methods and fields available for BiAction are also available for BiEventListener .
Constructor
new BiEventListener ( sType,fHandler [ ,oScope ] )
Parameters
| Name | Type | Optional | Default | Descripton |
sType | String | The event type (name). E.g. "change", "focus" ... | ||
fHandler | Function | The event handler function to call | ||
oScope | Object | ![]() | The object that is used to map this in the handler function |
Properties
| Name | Type | get | set | Descripton |
target | | ![]() | ![]() | The (optional) target of the event listener. If set, the event listener is added to the target rather than the current object |
type | String | ![]() | ![]() | The type(name) of event to listen for |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
