public class ChangePlaceEvent extends com.google.gwt.event.shared.GwtEvent<ChangePlaceEvent.ChangePlaceHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangePlaceEvent.ChangePlaceHandler |
static interface |
ChangePlaceEvent.ChangePlaceHandlers |
| Constructor and Description |
|---|
ChangePlaceEvent(com.gwtplatform.mvp.shared.proxy.PlaceRequest pplaceRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ChangePlaceEvent.ChangePlaceHandler phandler) |
com.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> |
getAssociatedType() |
com.gwtplatform.mvp.shared.proxy.PlaceRequest |
getPlaceRequest() |
String |
getToken()
get/create token out of placeRequest.
|
static com.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic ChangePlaceEvent(com.gwtplatform.mvp.shared.proxy.PlaceRequest pplaceRequest)
public static com.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> getType()
protected void dispatch(ChangePlaceEvent.ChangePlaceHandler phandler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ChangePlaceEvent.ChangePlaceHandler>public com.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ChangePlaceEvent.ChangePlaceHandler>public final com.gwtplatform.mvp.shared.proxy.PlaceRequest getPlaceRequest()
public final String getToken()
Copyright © 2015–2019. All rights reserved.