Uses of Interface
net.xoetrope.optional.svg.w3c.dom.events.EventListener

Packages that use EventListener
net.xoetrope.optional.svg   
net.xoetrope.optional.svg.tinyline   
net.xoetrope.optional.svg.w3c.dom.events   
 

Uses of EventListener in net.xoetrope.optional.svg
 

Methods in net.xoetrope.optional.svg with parameters of type EventListener
 void XSvgCanvas.addEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          uDOM: This method allows the registration of event listeners on the event target.
 void XSvgCanvas.removeEventListener(EventListener listener)
          uDOM: This method allows the removal of event listeners from the event target.
 

Uses of EventListener in net.xoetrope.optional.svg.tinyline
 

Classes in net.xoetrope.optional.svg.tinyline that implement EventListener
 class PlayerListener
          This class represents the events listener for the TinyLine SVG player
 

Uses of EventListener in net.xoetrope.optional.svg.w3c.dom.events
 

Methods in net.xoetrope.optional.svg.w3c.dom.events with parameters of type EventListener
 void EventTarget.addEventListener(java.lang.String type, EventListener listener, boolean useCapture)
           
 void EventTarget.removeEventListener(EventListener listener)