public class CanceledEvent<T> extends com.google.gwt.event.shared.GwtEvent<CanceledEvent.CanceledHandler<T>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CanceledEvent.CanceledHandler<T> |
| Modifier | Constructor and Description |
|---|---|
protected |
CanceledEvent(T target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CanceledEvent.CanceledHandler<T> handler) |
static <T> void |
fire(HasFileUpload<T> source,
T target) |
com.google.gwt.event.shared.GwtEvent.Type<CanceledEvent.CanceledHandler<T>> |
getAssociatedType() |
T |
getTarget() |
static com.google.gwt.event.shared.GwtEvent.Type<CanceledEvent.CanceledHandler<?>> |
getType() |
assertLive, getSource, isLive, kill, reviveprotected CanceledEvent(T target)
public static <T> void fire(HasFileUpload<T> source, T target)
public static com.google.gwt.event.shared.GwtEvent.Type<CanceledEvent.CanceledHandler<?>> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<CanceledEvent.CanceledHandler<T>> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CanceledEvent.CanceledHandler<T>>protected void dispatch(CanceledEvent.CanceledHandler<T> handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<CanceledEvent.CanceledHandler<T>>Copyright © 2018. All rights reserved.