Interface DataArrivedHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDataArrived(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- 
onDataArrivedIf this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the server.- Parameters:
- event- the event
 
 
-