Class LinkActivationEvent
java.lang.Object
java.util.EventObject
org.apache.batik.swing.svg.LinkActivationEvent
- All Implemented Interfaces:
Serializable
This class represents an event which indicate an event originated
from a GVTTreeBuilder instance.
- See Also:
-
Field Summary
FieldsFields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionLinkActivationEvent(Object source, org.w3c.dom.svg.SVGAElement link, String uri) Creates a new LinkActivationEvent. -
Method Summary
Methods inherited from class EventObject
getSource, toString
-
Field Details
-
referencedURI
The URI the link references.
-
-
Constructor Details
-
LinkActivationEvent
-
-
Method Details
-
getReferencedURI
Returns the referenced URI.
-