public class SwitchViewEvent extends com.google.gwt.event.shared.GwtEvent<SwitchViewEventHandler> implements GuiEventInterface
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SwitchViewEventHandler> |
TYPE |
Constructor and Description |
---|
SwitchViewEvent(ConstantsExplorer.ViewSwitchType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SwitchViewEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SwitchViewEventHandler> |
getAssociatedType() |
EventsTypeEnum |
getKey() |
ConstantsExplorer.ViewSwitchType |
getType() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<SwitchViewEventHandler> TYPE
public SwitchViewEvent(ConstantsExplorer.ViewSwitchType type)
public com.google.gwt.event.shared.GwtEvent.Type<SwitchViewEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SwitchViewEventHandler>
protected void dispatch(SwitchViewEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SwitchViewEventHandler>
public EventsTypeEnum getKey()
getKey
in interface GuiEventInterface
public ConstantsExplorer.ViewSwitchType getType()
Copyright © 2016. All Rights Reserved.