public class ChangeViewEvent extends com.google.gwt.event.shared.GwtEvent<ChangeViewHandler>
| Constructor and Description |
|---|
ChangeViewEvent(View previous,
View next) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ChangeViewHandler handler) |
static <T> void |
fire(HasChangeViewHandlers source,
View previous,
View next) |
com.google.gwt.event.shared.GwtEvent.Type<ChangeViewHandler> |
getAssociatedType() |
View |
getNextView() |
View |
getPreviousView() |
static com.google.gwt.event.shared.GwtEvent.Type<ChangeViewHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ChangeViewHandler> getType()
protected void dispatch(ChangeViewHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ChangeViewHandler>public com.google.gwt.event.shared.GwtEvent.Type<ChangeViewHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ChangeViewHandler>public View getPreviousView()
public View getNextView()
public static <T> void fire(HasChangeViewHandlers source, View previous, View next)
Copyright © 2015. All rights reserved.