public class SearchTypeSelectedEvent extends com.google.gwt.event.shared.GwtEvent<SearchTypeSelectedEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SearchTypeSelectedEventHandler> |
TYPE |
Constructor and Description |
---|
SearchTypeSelectedEvent(SearchType searchType) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SearchTypeSelectedEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SearchTypeSelectedEventHandler> |
getAssociatedType() |
SearchType |
getType() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<SearchTypeSelectedEventHandler> TYPE
public SearchTypeSelectedEvent(SearchType searchType)
public com.google.gwt.event.shared.GwtEvent.Type<SearchTypeSelectedEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SearchTypeSelectedEventHandler>
protected void dispatch(SearchTypeSelectedEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SearchTypeSelectedEventHandler>
public SearchType getType()
Copyright © 2016. All Rights Reserved.