Package com.vaadin.server
Class Page.UriFragmentChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.server.Page.UriFragmentChangedEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Page
public static class Page.UriFragmentChangedEvent extends java.util.EventObjectEvent fired when the URI fragment of aPagechanges.
-
-
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 PagegetPage()Gets the page in which the fragment has changed.java.lang.StringgetUriFragment()Get the new URI fragment.
-
-
-
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
-
-