Class ChangePlaceEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<ChangePlaceEvent.ChangePlaceHandler>
com.google.gwt.event.shared.GwtEvent<ChangePlaceEvent.ChangePlaceHandler>
de.knightsoftnet.navigation.client.event.ChangePlaceEvent
public class ChangePlaceEvent
extends com.google.gwt.event.shared.GwtEvent<ChangePlaceEvent.ChangePlaceHandler>
event used for place changes (navigate from one page to another).
- Author:
- Manfred Tremmel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H> -
Constructor Summary
ConstructorsConstructorDescriptionChangePlaceEvent(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcom.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> final com.gwtplatform.mvp.shared.proxy.PlaceRequestfinal StringgetToken()get/create token out of placeRequest.static com.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> getType()Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
Method Details
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> getType() -
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ChangePlaceEvent.ChangePlaceHandler> getAssociatedType()- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ChangePlaceEvent.ChangePlaceHandler>
-
getPlaceRequest
public final com.gwtplatform.mvp.shared.proxy.PlaceRequest getPlaceRequest() -
getToken
get/create token out of placeRequest.- Returns:
- token string
-