org.apache.cxf.management.web.browser.client.event
Class GoToBrowserEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<GoToBrowserEventHandler>
      extended by org.apache.cxf.management.web.browser.client.event.GoToBrowserEvent

public class GoToBrowserEvent
extends com.google.gwt.event.shared.GwtEvent<GoToBrowserEventHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<GoToBrowserEventHandler> TYPE
           
 
Constructor Summary
GoToBrowserEvent()
           
 
Method Summary
protected  void dispatch(GoToBrowserEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<GoToBrowserEventHandler> getAssociatedType()
           
 
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

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<GoToBrowserEventHandler> TYPE
Constructor Detail

GoToBrowserEvent

public GoToBrowserEvent()
Method Detail

getAssociatedType

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

dispatch

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


Apache CXF