|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<PlaceChangeEvent.Handler>
com.google.gwt.place.shared.PlaceChangeEvent
public class PlaceChangeEvent
Event thrown when the user has reached a new location in the app.
Nested Class Summary | |
---|---|
static interface |
PlaceChangeEvent.Handler
Implemented by handlers of PlaceChangeEvent. |
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
---|
GwtEvent.Type<H> |
Field Summary | |
---|---|
static GwtEvent.Type<PlaceChangeEvent.Handler> |
TYPE
A singleton instance of Type<Handler>. |
Constructor Summary | |
---|---|
PlaceChangeEvent(Place newPlace)
Constructs a PlaceChangeEvent for the given Place . |
Method Summary | |
---|---|
protected void |
dispatch(PlaceChangeEvent.Handler handler)
Should only be called by HandlerManager . |
GwtEvent.Type<PlaceChangeEvent.Handler> |
getAssociatedType()
Returns the type used to register this event. |
Place |
getNewPlace()
Return the new Place . |
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 |
Field Detail |
---|
public static final GwtEvent.Type<PlaceChangeEvent.Handler> TYPE
Constructor Detail |
---|
public PlaceChangeEvent(Place newPlace)
Place
.
newPlace
- a Place
instanceMethod Detail |
---|
public GwtEvent.Type<PlaceChangeEvent.Handler> getAssociatedType()
GwtEvent
getAssociatedType
in class GwtEvent<PlaceChangeEvent.Handler>
public Place getNewPlace()
Place
.
Place
instanceprotected void dispatch(PlaceChangeEvent.Handler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.
dispatch
in class GwtEvent<PlaceChangeEvent.Handler>
handler
- handler
|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |