Uses of Interface
xyz.cofe.sql.stream.QueryExecutor.QueryExecutorListener
-
Uses of QueryExecutor.QueryExecutorListener in xyz.cofe.sql.stream
Fields in xyz.cofe.sql.stream with type parameters of type QueryExecutor.QueryExecutorListener Modifier and Type Field Description protected xyz.cofe.ecolls.ListenersHelper<QueryExecutor.QueryExecutorListener,QueryExecutor.QueryExecutorEvent>QueryExecutor. listenersMethods in xyz.cofe.sql.stream that return types with arguments of type QueryExecutor.QueryExecutorListener Modifier and Type Method Description java.util.Set<QueryExecutor.QueryExecutorListener>QueryExecutor. getQueryExecutorListeners()Methods in xyz.cofe.sql.stream with parameters of type QueryExecutor.QueryExecutorListener Modifier and Type Method Description java.lang.AutoCloseableQueryExecutor. addQueryExecutorListener(QueryExecutor.QueryExecutorListener listener)java.lang.AutoCloseableQueryExecutor. addQueryExecutorListener(QueryExecutor.QueryExecutorListener listener, boolean weakLink)booleanQueryExecutor. hasQueryExecutorListener(QueryExecutor.QueryExecutorListener listener)voidQueryExecutor. removeQueryExecutorListener(QueryExecutor.QueryExecutorListener listener)