dojo.event

Methods

nameAnonFunc (anonFuncPtr, namespaceObj)
createFunctionPair (obj, cb)
matchSignature (args, signatureArr)
matchSignatureSets (args)
connect ()
connectBefore ()
connectAround ()
kwConnect (kwArgs)
disconnect ()
kwDisconnect (kwArgs)
MethodInvocation (join_point, obj, args)
MethodJoinPoint (obj, methname)

Properties

Object anon
Object topic
Object browser

dojo.event.MethodJoinPoint Object

Properties

Object object
undefined methodname
undefined methodfunc
Array before
Array after
Array around

dojo.event.topic

Methods

getTopic (topicName)
registerPublisher (topic, obj, funcName)
subscribe (topic, obj, funcName)
unsubscribe (topic, obj, funcName)
publish (topic, message)
TopicImpl (topicName)

Properties

Object topics

dojo.event.topic.TopicImpl Object

Methods

subscribe (listenerObject, listenerMethod)
unsubscribe (listenerObject, listenerMethod)
registerPublisher (publisherObject, publisherMethod)
sendMessage (message)

Properties

undefined topicName

dojo.event.browser

Methods

clean (node)
addClobberAttr (type)
addClobberAttrs ()
addClobberNode (node)
addListener (node, evtName, fp, capture)
fixEvent (evt)
stopEvent (ev)