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

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SelectedSubscriptionEventHandler>
          extended by org.apache.cxf.management.web.browser.client.event.SelectedSubscriptionEvent

public class SelectedSubscriptionEvent
extends com.google.gwt.event.shared.GwtEvent<SelectedSubscriptionEventHandler>


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<SelectedSubscriptionEventHandler> TYPE
           
 
Constructor Summary
SelectedSubscriptionEvent(String url)
           
 
Method Summary
protected  void dispatch(SelectedSubscriptionEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<SelectedSubscriptionEventHandler> getAssociatedType()
           
 String getUrl()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, 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<SelectedSubscriptionEventHandler> TYPE
Constructor Detail

SelectedSubscriptionEvent

public SelectedSubscriptionEvent(String url)
Method Detail

getAssociatedType

@Nonnull
public com.google.gwt.event.shared.GwtEvent.Type<SelectedSubscriptionEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SelectedSubscriptionEventHandler>

dispatch

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

getUrl

public String getUrl()


Apache CXF