public class PasteEvent extends com.google.gwt.event.shared.GwtEvent<PasteHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
PasteEvent()
Protected constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PasteHandler handler) |
static PasteEvent |
fire(HasPasteHandlers source) |
com.google.gwt.event.shared.GwtEvent.Type<PasteHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<PasteHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<PasteHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<PasteHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PasteHandler>public static PasteEvent fire(HasPasteHandlers source)
protected void dispatch(PasteHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<PasteHandler>Copyright © 2015. All rights reserved.