public class InteractionEvent extends com.google.gwt.event.shared.GwtEvent<InteractionEvent.InteractionHandler>
Procedure.| Modifier and Type | Class and Description |
|---|---|
static interface |
InteractionEvent.InteractionHandler |
| Modifier and Type | Field and Description |
|---|---|
Object |
payload |
static com.google.gwt.event.shared.GwtEvent.Type |
TYPE |
| Constructor and Description |
|---|
InteractionEvent(QName id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(InteractionEvent.InteractionHandler listener) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
InteractionEvent eventInstance) |
com.google.gwt.event.shared.GwtEvent.Type<InteractionEvent.InteractionHandler> |
getAssociatedType() |
QName |
getId() |
Object |
getPayload() |
void |
setPayload(Object payload) |
String |
toString() |
public static final com.google.gwt.event.shared.GwtEvent.Type TYPE
public Object payload
public InteractionEvent(QName id)
public QName getId()
public Object getPayload()
public void setPayload(Object payload)
public com.google.gwt.event.shared.GwtEvent.Type<InteractionEvent.InteractionHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<InteractionEvent.InteractionHandler>protected void dispatch(InteractionEvent.InteractionHandler listener)
dispatch in class com.google.gwt.event.shared.GwtEvent<InteractionEvent.InteractionHandler>public static void fire(com.google.gwt.event.shared.HasHandlers source,
InteractionEvent eventInstance)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<InteractionEvent.InteractionHandler>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.