public class HostSelectionEvent extends com.google.gwt.event.shared.GwtEvent<HostSelectionEvent.HostSelectionHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostSelectionEvent.HasHostSelectionHandlers |
static interface |
HostSelectionEvent.HostSelectionHandler |
| Modifier | Constructor and Description |
|---|---|
protected |
HostSelectionEvent() |
|
HostSelectionEvent(String host) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(HostSelectionEvent.HostSelectionHandler handler) |
boolean |
equals(Object obj) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
HostSelectionEvent eventInstance) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
String host) |
com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler> |
getAssociatedType() |
String |
getHost() |
static com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler> |
getType() |
int |
hashCode() |
String |
toString() |
protected HostSelectionEvent()
public HostSelectionEvent(String host)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
String host)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
HostSelectionEvent eventInstance)
public static com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<HostSelectionEvent.HostSelectionHandler>protected void dispatch(HostSelectionEvent.HostSelectionHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<HostSelectionEvent.HostSelectionHandler>public String getHost()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<HostSelectionEvent.HostSelectionHandler>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.