org.apache.batik.bridge
Class SVGAElementBridge.AnchorListener

java.lang.Object
  |
  +--org.apache.batik.bridge.SVGAElementBridge.AnchorListener
All Implemented Interfaces:
org.w3c.dom.events.EventListener
Enclosing class:
SVGAElementBridge

public static class SVGAElementBridge.AnchorListener
extends java.lang.Object
implements org.w3c.dom.events.EventListener

To handle a click on an anchor.


Field Summary
protected  UserAgent userAgent
           
 
Constructor Summary
SVGAElementBridge.AnchorListener(UserAgent ua)
           
 
Method Summary
 void handleEvent(org.w3c.dom.events.Event evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userAgent

protected UserAgent userAgent
Constructor Detail

SVGAElementBridge.AnchorListener

public SVGAElementBridge.AnchorListener(UserAgent ua)
Method Detail

handleEvent

public void handleEvent(org.w3c.dom.events.Event evt)
Specified by:
handleEvent in interface org.w3c.dom.events.EventListener


Copyright © 2004 Apache Software Foundation. All Rights Reserved.