public abstract class CountCacheEvent extends GwtEvent<CountCacheListener>
GwtEvent.Type<H>
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<CountCacheListener> |
TYPE
The common type key for all count cache events.
|
Constructor and Description |
---|
CountCacheEvent(CountJS _count)
Creates a CountCacheEvent.
|
Modifier and Type | Method and Description |
---|---|
CountJS |
count()
The count concerned in this event.
|
GwtEvent.Type<CountCacheListener> |
getAssociatedType() |
assertLive, dispatch, getSource, isLive, kill, revive
setSource, toDebugString, toString
public static final GwtEvent.Type<CountCacheListener> TYPE
CountCacheEvent(CountJS _count)
public final GwtEvent.Type<CountCacheListener> getAssociatedType()
getAssociatedType
in class GwtEvent<CountCacheListener>