public final class Change extends GwtEvent<ChangeHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
Change.CoalescingGun
A coalescing scheduler for the dispatch of change events.
|
GwtEvent.Type<H>| Modifier and Type | Field and Description |
|---|---|
static GwtEvent.Type<ChangeHandler> |
TYPE
The common type key for all change events.
|
| Constructor and Description |
|---|
Change() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ChangeHandler h) |
GwtEvent.Type<ChangeHandler> |
getAssociatedType() |
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic static final GwtEvent.Type<ChangeHandler> TYPE
public Change()
public GwtEvent.Type<ChangeHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ChangeHandler>protected void dispatch(ChangeHandler h)
dispatch in class GwtEvent<ChangeHandler>