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 uri fragment changes.

See Also:
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 uI in which the fragment has changed.
 java.lang.String getUriFragment()
          Get the new 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.
Method Detail

getPage

public Page getPage()
Gets the uI in which the fragment has changed.

Returns:
the uI in which the fragment has changed

getUriFragment

public java.lang.String getUriFragment()
Get the new fragment

Returns:
the new fragment


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