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