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