public class FilterScopeEvent extends com.google.gwt.event.shared.GwtEvent<FilterScopeEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<FilterScopeEventHandler> |
TYPE |
Constructor and Description |
---|
FilterScopeEvent(String scopeId) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(FilterScopeEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<FilterScopeEventHandler> |
getAssociatedType() |
String |
getScopeId() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<FilterScopeEventHandler> TYPE
public FilterScopeEvent(String scopeId)
public com.google.gwt.event.shared.GwtEvent.Type<FilterScopeEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<FilterScopeEventHandler>
protected void dispatch(FilterScopeEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<FilterScopeEventHandler>
public String getScopeId()
Copyright © 2015. All Rights Reserved.