public class LinkActivationEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
referencedURI
The URI the link references.
|
| Constructor and Description |
|---|
LinkActivationEvent(java.lang.Object source,
SVGAElement link,
java.lang.String uri)
Creates a new LinkActivationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReferencedURI()
Returns the referenced URI.
|
public LinkActivationEvent(java.lang.Object source,
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 ? 2009 Apache Software Foundation. All Rights Reserved.