Class Index | File Index

Classes


Class py.event.Handler


Defined in: event.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
py.event.Handler(evt_name, The, func, disconnect)
Generic handler
Method Summary
Method Attributes Method Name and Description
 
fire(args)
fire function
Class Detail
py.event.Handler(evt_name, The, func, disconnect)
Generic handler
Parameters:
{String} evt_name
the name of event
{Object} The
scope for the callback
{Function} func
callback
{Function} disconnect Optional
Specify a disconnector function if obj have not any 'disconnect' method
Method Detail
fire(args)
fire function
Parameters:
{Array} args
array of arguments to pass

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jan 09 2012 11:46:58 GMT+0100 (CET)