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 any Place has changed state. It may or
may not be the current 'revealed' place.
- 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(Place place)
getType
public static com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getType()
fire
public static void fire(EventBus eventBus,
Place place)
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>
getPlace
public Place getPlace()
Copyright © 2010 customware.net. All Rights Reserved.