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