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

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

public class PlaceChangedEvent
extends com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>

This event is triggered when any Place has changed state. It may or may not be the current 'revealed' place.

Author:
David Peterson

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
PlaceChangedEvent(Place place)
           
 
Method Summary
protected  void dispatch(PlaceChangedHandler handler)
           
static void fire(EventBus eventBus, Place place)
           
 com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getAssociatedType()
           
 Place getPlace()
           
static com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> 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

PlaceChangedEvent

public PlaceChangedEvent(Place place)
Method Detail

getType

public static com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getType()

fire

public static void fire(EventBus eventBus,
                        Place place)

dispatch

protected void dispatch(PlaceChangedHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<PlaceChangedHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PlaceChangedHandler>

getPlace

public Place getPlace()


Copyright © 2010 customware.net. All Rights Reserved.