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

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

Uses of Event in net.xoetrope.optional.svg
 

Methods in net.xoetrope.optional.svg with parameters of type Event
 boolean XSvgCanvas.dispatchEvent(Event evt)
          uDOM: This method allows the dispatch of events into the implementations event model.
 

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

Classes in net.xoetrope.optional.svg.tinyline that implement Event
 class SVGEvent
          The SVGEvent class is used to provide contextual information about an event to the handler processing the event.
 

Methods in net.xoetrope.optional.svg.tinyline with parameters of type Event
 void PlayerListener.handleEvent(Event evt)
          uDOM: Invoked whenever an event occurs of the type for which the EventListener interface was registered.
 

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

Methods in net.xoetrope.optional.svg.w3c.dom.events with parameters of type Event
 boolean EventTarget.dispatchEvent(Event evt)
           
 void EventListener.handleEvent(Event evt)