DataClient.OnDataChangedListener

public static interfaceDataClient.OnDataChangedListenerimplementsDataApi.DataListener

Public Method Summary

abstract void
onDataChanged(DataEventBuffer dataEvents)
Notification that a set of data items have been changed or deleted.

Inherited Method Summary

Public Methods

public abstract voidonDataChanged(DataEventBuffer dataEvents)

Notification that a set of data items have been changed or deleted. The data buffer is released upon completion of this method. If a caller wishes to use the events outside this callback, they should be sure tofreeze theDataEvent objects they wish to use.