Uses of Interface
com.vaadin.server.Page.PopStateListener
-
Packages that use Page.PopStateListener Package Description com.vaadin.server -
-
Uses of Page.PopStateListener in com.vaadin.server
Methods in com.vaadin.server with parameters of type Page.PopStateListener Modifier and Type Method Description RegistrationPage. addPopStateListener(Page.PopStateListener listener)Adds a listener that gets notified every time the URI of this page is changed due to back/forward functionality of the browser.
-