Class QueryPublisher.SubscribedObservers<T>

  • All Implemented Interfaces:
    DataObserver<java.util.List<T>>
    Enclosing class:
    QueryPublisher<T>

    private static class QueryPublisher.SubscribedObservers<T>
    extends java.lang.Object
    implements DataObserver<java.util.List<T>>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SubscribedObservers()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onData​(java.util.List<T> data)
      Called when data changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait