public final class CountNodeEvent extends CountCacheEvent
GwtEvent.Type<H>
TYPE
Constructor and Description |
---|
CountNodeEvent(CountNodeJS _node)
Creates a CountNodeEvent.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(CountCacheListener listener) |
CountNodeJS |
node()
The node concerned in this event.
|
count, getAssociatedType
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public CountNodeEvent(CountNodeJS _node)
public CountNodeJS node()
protected void dispatch(CountCacheListener listener)
dispatch
in class GwtEvent<CountCacheListener>