Package com.vaadin.server
Class Page.UriFragmentChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.server.Page.UriFragmentChangedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
public static class Page.UriFragmentChangedEvent extends EventObject
Event fired when the URI fragment of aPage
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 Instance Methods Concrete 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
-
-