Skip to content
fahimc edited this page Mar 5, 2013 · 4 revisions

addListener(obj,type, callback, scope) - add a custom event listener
removeListener(obj,type, callback) - remove a custom event listener
dispatch(obj,type, target,args) - Dispatch a custom event, you can send arguments within the last parameter.

Clone this wiki locally