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