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