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