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

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

public class PlaceRequestEvent
extends com.google.gwt.event.shared.GwtEvent<PlaceRequestHandler>


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
PlaceRequestEvent(PlaceRequest request)
           
 
Method Summary
protected  void dispatch(PlaceRequestHandler handler)
           
static void fire(EventBus eventBus, PlaceRequest request)
           
 com.google.gwt.event.shared.GwtEvent.Type<PlaceRequestHandler> getAssociatedType()
           
 PlaceRequest getRequest()
           
static com.google.gwt.event.shared.GwtEvent.Type<PlaceRequestHandler> 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

PlaceRequestEvent

public PlaceRequestEvent(PlaceRequest request)
Method Detail

getType

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

dispatch

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

getAssociatedType

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

getRequest

public PlaceRequest getRequest()

fire

public static void fire(EventBus eventBus,
                        PlaceRequest request)


Copyright © 2010 customware.net. All Rights Reserved.