org.apache.batik.swing.svg
public class LinkActivationEvent extends EventObject
Field Summary | |
---|---|
protected String | referencedURI
The URI the link references. |
Constructor Summary | |
---|---|
LinkActivationEvent(Object source, SVGAElement link, String uri)
Creates a new LinkActivationEvent. |
Method Summary | |
---|---|
String | getReferencedURI()
Returns the referenced URI. |
Parameters: source the object that originated the event, ie. the GVTTreeBuilder. link the link element. uri the URI of the document loaded.