public class ScopeDataEvent extends com.google.gwt.event.shared.GwtEvent<ScopeDataEvent.ScopeDataEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScopeDataEvent.ScopeDataEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ScopeDataEvent.ScopeDataEventHandler> |
TYPE |
| Constructor and Description |
|---|
ScopeDataEvent(ScopeData scopeData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ScopeDataEvent.ScopeDataEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
ScopeDataEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<ScopeDataEvent.ScopeDataEventHandler> |
getAssociatedType() |
ScopeData |
getScopeData() |
String |
toString() |
public static final com.google.gwt.event.shared.GwtEvent.Type<ScopeDataEvent.ScopeDataEventHandler> TYPE
public ScopeDataEvent(ScopeData scopeData)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ScopeDataEvent event)
public com.google.gwt.event.shared.GwtEvent.Type<ScopeDataEvent.ScopeDataEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ScopeDataEvent.ScopeDataEventHandler>protected void dispatch(ScopeDataEvent.ScopeDataEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ScopeDataEvent.ScopeDataEventHandler>public ScopeData getScopeData()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<ScopeDataEvent.ScopeDataEventHandler>Copyright © 2020. All Rights Reserved.