public class SelectionUpdatedEvent extends com.google.gwt.event.shared.GwtEvent<SelectionUpdatedHandler>
| Constructor and Description |
|---|
SelectionUpdatedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SelectionUpdatedHandler handler) |
static <S extends HasSelectionUpdatedHandlers> |
fire(S source) |
com.google.gwt.event.shared.GwtEvent.Type<SelectionUpdatedHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<SelectionUpdatedHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SelectionUpdatedHandler> getType()
public static <S extends HasSelectionUpdatedHandlers> void fire(S source)
public com.google.gwt.event.shared.GwtEvent.Type<SelectionUpdatedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SelectionUpdatedHandler>protected void dispatch(SelectionUpdatedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SelectionUpdatedHandler>