com.vaadin.server
Class Page.UriFragmentChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.server.Page.UriFragmentChangedEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Page

public static class Page.UriFragmentChangedEvent
extends java.util.EventObject

Event fired when the URI fragment of a Page changes.

See Also:
Page.addUriFragmentChangedListener(UriFragmentChangedListener), Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Page.UriFragmentChangedEvent(Page source, java.lang.String uriFragment)
          Creates a new instance of UriFragmentReader change event.
 
Method Summary
 Page getPage()
          Gets the page in which the fragment has changed.
 java.lang.String getUriFragment()
          Get the new URI fragment
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Page.UriFragmentChangedEvent

public Page.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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.