public class CancelEvent extends com.google.gwt.event.shared.GwtEvent<CancelHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
CancelEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CancelHandler handler) |
static CancelEvent |
fire(HasCancelHandlers source) |
com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> |
getType() |
assertLive, getSource, isLive, kill, reviveprotected void dispatch(CancelHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<CancelHandler>public com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CancelHandler>public static com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> getType()
public static CancelEvent fire(HasCancelHandlers source)
I - source - Copyright © 2015. All rights reserved.