Interface DataArrivedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDataArrived
(DataArrivedEvent event) If this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the server.
-
Method Details
-
onDataArrived
If this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the server.- Parameters:
event
- the event
-