Uses of Interface
org.w3c.dom.events.EventListener

Packages that use EventListener
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.events Provides an implementation of the DOM level 2 events module. 
org.apache.batik.refimpl.bridge   
org.apache.batik.refimpl.util   
org.w3c.dom.events   
 

Uses of EventListener in org.apache.batik.dom
 

Methods in org.apache.batik.dom with parameters of type EventListener
 void AbstractNode.addEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          DOM: Implements EventTarget.addEventListener(String,EventListener,boolean).
 void AbstractNode.removeEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          DOM: Implements EventTarget.removeEventListener(String,EventListener,boolean).
 

Uses of EventListener in org.apache.batik.dom.events
 

Methods in org.apache.batik.dom.events that return EventListener
 EventListener[] EventListenerList.getEventListeners()
          Returns an array of the event listeners of this list, or null if any.
 

Methods in org.apache.batik.dom.events with parameters of type EventListener
 void EventSupport.addEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          This method allows the registration of event listeners on the event target.
 void EventSupport.removeEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          This method allows the removal of event listeners from the event target.
 void EventListenerList.add(EventListener listener)
          Adds the specified event listener.
 void EventListenerList.remove(EventListener listener)
          Removes the specified event listener.
 boolean EventListenerList.contains(EventListener listener)
          Returns true of the specified event listener has already been added to this list, false otherwise.
 

Uses of EventListener in org.apache.batik.refimpl.bridge
 

Classes in org.apache.batik.refimpl.bridge that implement EventListener
 class BridgeDOMAttrModifiedListener
          This class listens to DOMAttrModified events on the SVG DOM tree and propagate the changes to the bridge.
 class BridgeDOMInsertedRemovedListener
          This class listens to DOMNodeInserted and DOMNodeRemoved events in the SVG tree.
static class BridgeEventSupport.ScriptCaller
           
protected static class SVGAElementBridge.AnchorListener
          To handle a click on an anchor.
protected static class SVGAElementBridge.CursorMouseOutListener
          To handle a mouseout on an anchor and set the cursor.
protected static class SVGAElementBridge.CursorMouseOverListener
          To handle a mouseover on an anchor and set the cursor.
 

Uses of EventListener in org.apache.batik.refimpl.util
 

Classes in org.apache.batik.refimpl.util that implement EventListener
protected  class JSVGCanvas.MutationListener
          To listener to the DOM mutation events.
 

Uses of EventListener in org.w3c.dom.events
 

Methods in org.w3c.dom.events with parameters of type EventListener
 void EventTarget.addEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          This method allows the registration of event listeners on the event target.
 void EventTarget.removeEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          This method allows the removal of event listeners from the event target.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.