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