Package org.jboss.hal.core.runtime.host
Class HostSelectionEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<HostSelectionEvent.HostSelectionHandler>
-
- org.jboss.hal.core.runtime.host.HostSelectionEvent
-
public class HostSelectionEvent extends com.google.gwt.event.shared.GwtEvent<HostSelectionEvent.HostSelectionHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHostSelectionEvent.HasHostSelectionHandlersstatic interfaceHostSelectionEvent.HostSelectionHandler-
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 HostSelectionEvent(String host)
-
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, String host)static voidfire(com.google.gwt.event.shared.HasHandlers source, HostSelectionEvent eventInstance)com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler>getAssociatedType()StringgetHost()static com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler>getType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
HostSelectionEvent
public HostSelectionEvent(String host)
-
-
Method Detail
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, String host)
-
fire
public static void fire(com.google.gwt.event.shared.HasHandlers source, HostSelectionEvent eventInstance)
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler> getType()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<HostSelectionEvent.HostSelectionHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<HostSelectionEvent.HostSelectionHandler>
-
getHost
public String getHost()
-
toString
public String toString()
- Overrides:
toStringin classcom.google.web.bindery.event.shared.Event<HostSelectionEvent.HostSelectionHandler>
-
-