Interface DataObserver<T>

Type Parameters:
T - type of data that is observed Query) to receive data changes.

public interface DataObserver<T>
Observer that can be subscribed to publishers (e.g. @BoxStore and Query).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onData(T data)
    Called when data changed.