We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.server.
Class Page.UriFragmentChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.server.Page.UriFragmentChangedEvent
-
All Implemented Interfaces:
Enclosing class:
public static class Page.UriFragmentChangedEvent extends EventObject
Event fired when the URI fragment of a
Page
changes.
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description UriFragmentChangedEvent​(Page source, String uriFragment)
Creates a new instance of UriFragmentReader change event.
-
Method Summary
All Methods Modifier and Type Method Description Page
getPage()
Gets the page in which the fragment has changed.
String
getUriFragment()
Get the new URI fragment.
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-