public class ProfileSelectionEvent extends com.google.gwt.event.shared.GwtEvent<ProfileSelectionEvent.ProfileSelectionHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfileSelectionEvent.HasProfileSelectionHandlers |
static interface |
ProfileSelectionEvent.ProfileSelectionHandler |
| Modifier | Constructor and Description |
|---|---|
protected |
ProfileSelectionEvent() |
|
ProfileSelectionEvent(String profile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ProfileSelectionEvent.ProfileSelectionHandler handler) |
boolean |
equals(Object obj) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
ProfileSelectionEvent eventInstance) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
String profile) |
com.google.gwt.event.shared.GwtEvent.Type<ProfileSelectionEvent.ProfileSelectionHandler> |
getAssociatedType() |
String |
getProfile() |
static com.google.gwt.event.shared.GwtEvent.Type<ProfileSelectionEvent.ProfileSelectionHandler> |
getType() |
int |
hashCode() |
String |
toString() |
protected ProfileSelectionEvent()
public ProfileSelectionEvent(String profile)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
String profile)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ProfileSelectionEvent eventInstance)
public static com.google.gwt.event.shared.GwtEvent.Type<ProfileSelectionEvent.ProfileSelectionHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<ProfileSelectionEvent.ProfileSelectionHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ProfileSelectionEvent.ProfileSelectionHandler>protected void dispatch(ProfileSelectionEvent.ProfileSelectionHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ProfileSelectionEvent.ProfileSelectionHandler>public String getProfile()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ProfileSelectionEvent.ProfileSelectionHandler>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.