net.customware.gwt.presenter.client.place
Class PlaceChangedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>
net.customware.gwt.presenter.client.place.PlaceChangedEvent
public class PlaceChangedEvent
- extends com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>
This event is triggered when the request has changed manually (ie, not due to a
PlaceRequestEvent
). This allows the PlaceManager
to keep
track of the current location. Other classes may, but will typically not need
to, implement PlaceChangedHandler
to be informed of manual changes.
- Author:
- David Peterson
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PlaceChangedEvent
public PlaceChangedEvent(PlaceRequest request)
getType
public static com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getType()
dispatch
protected void dispatch(PlaceChangedHandler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getAssociatedType()
- Specified by:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>
getRequest
public PlaceRequest getRequest()
Copyright © 2009 customware.net. All Rights Reserved.