public final class WindowLifecycleNavigateEvent extends WindowLifecycleEvent
WindowLifecycleEvent.Causesource| Constructor and Description | 
|---|
| WindowLifecycleNavigateEvent(Window source,
                            String destination) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getDestination()Returns the URL to which the page is navigating. | 
| int | hashCode() | 
| String | toString() | 
getCause, getNewLifecycleState, subclassEqualsgetSource, subclassEqualspublic String getDestination()
The destination is not guaranteed to be normalized; it may be absolute, page-relative, or server-relative. It is also not guaranteed to be correct, as a browser may be redirected to an alternate destination.
public int hashCode()
hashCode in class WindowLifecycleEventpublic boolean equals(Object o)
equals in class WindowLifecycleEventpublic String toString()
toString in class WindowLifecycleEventCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.