Constructor: EventHandler
Method: handleEvent
Description: calls appropriate event
Parameter s: evt - incoming event
Note: if ( e.type in this ) this[e.type](e);
only works in IE6.0 and maybe IE5.5
Method: addEventListeners
Description: adds standard event listeners for all GUI Elements.
Parameter s: obj, the SVG Element that the event listener is added to
|