net.customware.gwt.presenter.client.place
Class PlaceRevealedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<PlaceRevealedHandler>
net.customware.gwt.presenter.client.place.PlaceRevealedEvent
public class PlaceRevealedEvent
- extends com.google.gwt.event.shared.GwtEvent<PlaceRevealedHandler>
| 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 |
PlaceRevealedEvent
public PlaceRevealedEvent(Place place)
getType
public static com.google.gwt.event.shared.GwtEvent.Type<PlaceRevealedHandler> getType()
getPlace
public Place getPlace()
- Returns the place that was revealed.
- Returns:
- the place.
dispatch
protected void dispatch(PlaceRevealedHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<PlaceRevealedHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<PlaceRevealedHandler> getAssociatedType()
- Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PlaceRevealedHandler>
fire
public static void fire(EventBus eventBus,
Place place)
- Call this method to fire place revealed events.
- Parameters:
eventBus - The eventBus.place - The place.
Copyright © 2010 customware.net. All Rights Reserved.