Class LinkActivationEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LinkActivationEvent
    extends java.util.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 $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String referencedURI
      The URI the link references.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkActivationEvent​(java.lang.Object source, org.w3c.dom.svg.SVGAElement link, java.lang.String uri)
      Creates a new LinkActivationEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReferencedURI()
      Returns the referenced URI.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • referencedURI

        protected java.lang.String referencedURI
        The URI the link references.
    • Constructor Detail

      • LinkActivationEvent

        public LinkActivationEvent​(java.lang.Object source,
                                   org.w3c.dom.svg.SVGAElement link,
                                   java.lang.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 java.lang.String getReferencedURI()
        Returns the referenced URI.