net.customware.gwt.presenter.client.place
Class PlaceRevealedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<PlaceRevealedHandler>
      extended by net.customware.gwt.presenter.client.place.PlaceRevealedEvent

public class PlaceRevealedEvent
extends com.google.gwt.event.shared.GwtEvent<PlaceRevealedHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
PlaceRevealedEvent(Place place)
           
 
Method Summary
protected  void dispatch(PlaceRevealedHandler handler)
           
static void fire(EventBus eventBus, Place place)
          Call this method to fire place revealed events.
 com.google.gwt.event.shared.GwtEvent.Type<PlaceRevealedHandler> getAssociatedType()
           
 Place getPlace()
          Returns the place that was revealed.
static com.google.gwt.event.shared.GwtEvent.Type<PlaceRevealedHandler> getType()
           
 
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
 

Constructor Detail

PlaceRevealedEvent

public PlaceRevealedEvent(Place place)
Method Detail

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.