org.apache.batik.swing.svg
Class LinkActivationEvent
java.lang.Object
java.util.EventObject
org.apache.batik.swing.svg.LinkActivationEvent
- All Implemented Interfaces:
- Serializable
public class LinkActivationEvent
- extends EventObject
This class represents an event which indicate an event originated
from a GVTTreeBuilder instance.
- Version:
- $Id: LinkActivationEvent.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
- See Also:
- Serialized Form
referencedURI
protected String referencedURI
- The URI the link references.
LinkActivationEvent
public LinkActivationEvent(Object source,
org.w3c.dom.svg.SVGAElement link,
String uri)
- Creates a new LinkActivationEvent.
- Parameters:
source - the object that originated the event, ie. the
GVTTreeBuilder.link - the link element.uri - the URI of the document loaded.
getReferencedURI
public String getReferencedURI()
- Returns the referenced URI.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.