Class Page.UriFragmentChangedEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      UriFragmentChangedEvent​(Page source, java.lang.String uriFragment)
      Creates a new instance of UriFragmentReader change event.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Page getPage()
      Gets the page in which the fragment has changed.
      java.lang.String getUriFragment()
      Get the new URI fragment.
      • 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
    • Constructor Detail

      • UriFragmentChangedEvent

        public UriFragmentChangedEvent​(Page source,
                                       java.lang.String uriFragment)
        Creates a new instance of UriFragmentReader change event.
        Parameters:
        source - the Source of the event.
        uriFragment - the new uriFragment
    • Method Detail

      • getPage

        public Page getPage()
        Gets the page in which the fragment has changed.
        Returns:
        the page in which the fragment has changed
      • getUriFragment

        public java.lang.String getUriFragment()
        Get the new URI fragment.
        Returns:
        the new fragment