public class LinkActivationEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected String |
referencedURI
The URI the link references.
|
source
Constructor and Description |
---|
LinkActivationEvent(Object source,
org.w3c.dom.svg.SVGAElement link,
String uri)
Creates a new LinkActivationEvent.
|
Modifier and Type | Method and Description |
---|---|
String |
getReferencedURI()
Returns the referenced URI.
|
getSource, toString
protected String referencedURI
public LinkActivationEvent(Object source, org.w3c.dom.svg.SVGAElement link, String uri)
source
- the object that originated the event, ie. the
GVTTreeBuilder.link
- the link element.uri
- the URI of the document loaded.public String getReferencedURI()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.