|
GWT 2.1.1 | |||||||||
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
|
Constructor Summary | |
---|---|
PlaceChangeEvent(Place newPlace)
|
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()
|
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)
Method Detail |
---|
public GwtEvent.Type<PlaceChangeEvent.Handler> getAssociatedType()
GwtEvent
getAssociatedType
in class GwtEvent<PlaceChangeEvent.Handler>
public Place getNewPlace()
protected void dispatch(PlaceChangeEvent.Handler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.
dispatch
in class GwtEvent<PlaceChangeEvent.Handler>
handler
- handler
|
GWT 2.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |