public class PasteEvent extends com.google.gwt.event.shared.GwtEvent<PasteEvent.PasteHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
PasteEvent.PasteHandler |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<PasteEvent.PasteHandler> |
TYPE |
Constructor and Description |
---|
PasteEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(PasteEvent.PasteHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source) |
com.google.gwt.event.shared.GwtEvent.Type<PasteEvent.PasteHandler> |
getAssociatedType() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<PasteEvent.PasteHandler> TYPE
public PasteEvent()
public static void fire(com.google.gwt.event.shared.HasHandlers source)
public com.google.gwt.event.shared.GwtEvent.Type<PasteEvent.PasteHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<PasteEvent.PasteHandler>
protected void dispatch(PasteEvent.PasteHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<PasteEvent.PasteHandler>
Copyright © 2018. All rights reserved.