public class FinishEvent extends com.google.gwt.event.shared.GwtEvent<FinishHandler>
| Modifier | Constructor and Description |
|---|---|
protected |
FinishEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
protected void |
dispatch(FinishHandler handler) |
static FinishEvent |
fire(HasFinishHandlers source) |
com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> |
getType() |
boolean |
isCanceled() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> getType()
public static FinishEvent fire(HasFinishHandlers source)
I - source - protected void dispatch(FinishHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<FinishHandler>public com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FinishHandler>public boolean isCanceled()
public void cancel()
Copyright © 2014. All rights reserved.