Package org.jboss.hal.core.runtime.group
Class ServerGroupActionEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ServerGroupActionEvent.ServerGroupActionHandler>
-
- org.jboss.hal.core.runtime.group.ServerGroupActionEvent
-
public class ServerGroupActionEvent extends com.google.gwt.event.shared.GwtEvent<ServerGroupActionEvent.ServerGroupActionHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerGroupActionEvent.HasServerGroupActionHandlersstatic interfaceServerGroupActionEvent.ServerGroupActionHandler-
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 ServerGroupActionEvent(ServerGroup serverGroup, List<Server> servers, 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, ServerGroupActionEvent eventInstance)static voidfire(com.google.gwt.event.shared.HasHandlers source, ServerGroup serverGroup, List<Server> servers, Action action)ActiongetAction()com.google.gwt.event.shared.GwtEvent.Type<ServerGroupActionEvent.ServerGroupActionHandler>getAssociatedType()ServerGroupgetServerGroup()List<Server>getServers()static com.google.gwt.event.shared.GwtEvent.Type<ServerGroupActionEvent.ServerGroupActionHandler>getType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ServerGroupActionEvent
public ServerGroupActionEvent(ServerGroup serverGroup, List<Server> servers, Action action)
-
-
Method Detail
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, ServerGroup serverGroup, List<Server> servers, Action action)
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, ServerGroupActionEvent eventInstance)
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<ServerGroupActionEvent.ServerGroupActionHandler> getType()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ServerGroupActionEvent.ServerGroupActionHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ServerGroupActionEvent.ServerGroupActionHandler>
-
getServerGroup
public ServerGroup getServerGroup()
-
getAction
public Action getAction()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<ServerGroupActionEvent.ServerGroupActionHandler>
-
-