public class LinkActivationEvent
extends java.util.EventObject
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
referencedURI |
The URI the link references.
|
| Constructor | Description |
|---|---|
LinkActivationEvent(java.lang.Object source,
org.w3c.dom.svg.SVGAElement link,
java.lang.String uri) |
Creates a new LinkActivationEvent.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getReferencedURI() |
Returns the referenced URI.
|
public LinkActivationEvent(java.lang.Object source,
org.w3c.dom.svg.SVGAElement link,
java.lang.String uri)
source - the object that originated the event, ie. the
GVTTreeBuilder.link - the link element.uri - the URI of the document loaded.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.