Package com.syzygy.events.database
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 TypeMethodDescriptionvoid
onCompletion
(S query, boolean success) Called when the query has completed loading data and now contains all the new loaded instances
-
Method Details
-
onCompletion
Called when the query has completed loading data and now contains all the new loaded instances- Parameters:
query
- The query
-