Documentation for events added by this module can be found in the event document for the YUI global.
Documentation for the flick event can be found on the YUI global, * along with the other supported events.
It is recommended that you use Y.bind to set up context and additional arguments for your event handler, * however if you want to pass the context and arguments as additional signature arguments to "on", * you need to provide a null value for the configuration object, e.g: node.on("flick", fn, null, context, arg1, arg2, arg3)
node.on("flick", fn, null, context, arg1, arg2, arg3)