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