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