com.smartgwt.client.widgets.form.fields.events
Interface DataArrivedHandler

All Superinterfaces:
EventHandler

public interface DataArrivedHandler
extends EventHandler


Method Summary
 void 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 Detail

onDataArrived

void onDataArrived(DataArrivedEvent event)
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