Package io.objectbox.reactive
Interface DataObserver<T>
- Type Parameters:
T
- type of data that is observedQuery
) to receive data changes.
public interface DataObserver<T>
-
Method Summary
-
Method Details
-
onData
Called when data changed.Exception note: if this method throws an exception, it can be reacted on via
SubscriptionBuilder.onError(ErrorObserver)
.
-