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