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