public class SelectedSubscriptionEvent extends com.google.gwt.event.shared.GwtEvent<SelectedSubscriptionEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SelectedSubscriptionEventHandler> |
TYPE |
| Constructor and Description |
|---|
SelectedSubscriptionEvent(String url) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SelectedSubscriptionEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SelectedSubscriptionEventHandler> |
getAssociatedType() |
String |
getUrl() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<SelectedSubscriptionEventHandler> TYPE
public SelectedSubscriptionEvent(String url)
@Nonnull public com.google.gwt.event.shared.GwtEvent.Type<SelectedSubscriptionEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SelectedSubscriptionEventHandler>protected void dispatch(@Nonnull SelectedSubscriptionEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SelectedSubscriptionEventHandler>public String getUrl()
Apache CXF