CAF Shared JavaScript

Class Event.Custom

Object
   |
   +--Event.Custom

class Event.Custom

Defined in core.js


Constructor Summary
Event.Custom ()
           
 
Method Summary
<static> void addListener(type, fn, key)
           Registers specified listener for specified event type.
<static> Object listeners(type)
           Lists listener keys for specified event type.
<static> void raise(type, data, async)
           Raises specified event type.
<static> void removeAllListenersForId(id)
           Unregisters all listeners for specified element id.
<static> void removeListener(type, key)
           Unregisters specified listener for specified event type.

Constructor Detail

Event.Custom

Event.Custom()

Method Detail

addListener

<static> void addListener(type, fn, key)

listeners

<static> Object listeners(type)

raise

<static> void raise(type, data, async)

removeAllListenersForId

<static> void removeAllListenersForId(id)

removeListener

<static> void removeListener(type, key)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019