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