Class ServerActionEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ServerActionEvent.ServerActionHandler>
-
- org.jboss.hal.core.runtime.server.ServerActionEvent
-
public class ServerActionEvent extends com.google.gwt.event.shared.GwtEvent<ServerActionEvent.ServerActionHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerActionEvent.HasServerActionHandlersstatic interfaceServerActionEvent.ServerActionHandler-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Constructor Summary
Constructors Constructor Description ServerActionEvent(Server server, Action action)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static voidfire(com.google.gwt.event.shared.HasHandlers source, ServerActionEvent eventInstance)static voidfire(com.google.gwt.event.shared.HasHandlers source, Server server, Action action)ActiongetAction()com.google.gwt.event.shared.GwtEvent.Type<ServerActionEvent.ServerActionHandler>getAssociatedType()ServergetServer()static com.google.gwt.event.shared.GwtEvent.Type<ServerActionEvent.ServerActionHandler>getType()inthashCode()StringtoString()
-
-
-
Method Detail
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, Server server, Action action)
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, ServerActionEvent eventInstance)
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<ServerActionEvent.ServerActionHandler> getType()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ServerActionEvent.ServerActionHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ServerActionEvent.ServerActionHandler>
-
getServer
public Server getServer()
-
getAction
public Action getAction()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<ServerActionEvent.ServerActionHandler>
-
-