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