dojox/gfx/shape._eventsProcessing (version 1.10)

See the dojox/gfx/shape._eventsProcessing reference documentation for more information.

Method Summary

  • connect(name,object,method) connects a handler to an event on this shape
  • disconnect(token) connects a handler by token from an event on this shape
  • on(type,listener) Connects an event to this shape.

Methods

connect(name,object,method)
Defined by dojox/gfx/shape

connects a handler to an event on this shape

Parameter Type Description
name undefined
object undefined
method undefined
Returns:undefined
disconnect(token)
Defined by dojox/gfx/shape

connects a handler by token from an event on this shape

Parameter Type Description
token undefined
Returns:undefined
on(type,listener)
Defined by dojox/gfx/shape

Connects an event to this shape.

Parameter Type Description
type undefined
listener undefined
Returns:undefined
Error in the documentation? Can’t find what you are looking for? Let us know!