public interface HasDataArrivedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDataArrivedHandler(DataArrivedHandler handler)
If this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the
server.
|
fireEvent
HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
handler
- the dataArrived handlerHandlerRegistration
used to remove this handler