Interface Database.Querrier.Listener<S extends Database.Querrier<S>>

Type Parameters:
S - The type of the querrier
Enclosing interface:
Database.Querrier<T extends Database.Querrier<T>>

public static interface Database.Querrier.Listener<S extends Database.Querrier<S>>
Listener that is called when a query finishes loading data
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCompletion(S query, boolean success)
    Called when the query has completed loading data and now contains all the new loaded instances
  • Method Details

    • onCompletion

      void onCompletion(@Observes S query, boolean success)
      Called when the query has completed loading data and now contains all the new loaded instances
      Parameters:
      query - The query