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