org.apache.batik.swing.svg

Class LinkActivationEvent

public class LinkActivationEvent extends EventObject

This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
Field Summary
protected StringreferencedURI
The URI the link references.
Constructor Summary
LinkActivationEvent(Object source, SVGAElement link, String uri)
Creates a new LinkActivationEvent.
Method Summary
StringgetReferencedURI()
Returns the referenced URI.

Field Detail

referencedURI

protected String referencedURI
The URI the link references.

Constructor Detail

LinkActivationEvent

public LinkActivationEvent(Object source, 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.

Method Detail

getReferencedURI

public String getReferencedURI()
Returns the referenced URI.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.