net.customware.gwt.presenter.client.place
Class PlaceChangedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
PlaceChangedEvent(PlaceRequest request)
           
 
Method Summary
protected  void dispatch(PlaceChangedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getAssociatedType()
           
 PlaceRequest getRequest()
           
static com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getType()
           
 
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
 

Constructor Detail

PlaceChangedEvent

public PlaceChangedEvent(PlaceRequest request)
Method Detail

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.