Uses of Interface
de.aristaflow.adept2.model.events.ResultSetEvent
-
Packages that use ResultSetEvent Package Description de.aristaflow.adept2.core.eventmanager.dbevents -
-
Uses of ResultSetEvent in de.aristaflow.adept2.core.eventmanager.dbevents
Classes in de.aristaflow.adept2.core.eventmanager.dbevents that implement ResultSetEvent Modifier and Type Class Description classResultSetEventImplAn event for result sets, that is, an event is produced and sent as soon as a specific statement yields a non-empty (or empty if desired) result set.Methods in de.aristaflow.adept2.core.eventmanager.dbevents that return ResultSetEvent Modifier and Type Method Description protected ResultSetEventDBEventSource. createResultSetEvent(ResultSet resultSet)Creates aResultSetEventfor the designated result set.Methods in de.aristaflow.adept2.core.eventmanager.dbevents with parameters of type ResultSetEvent Modifier and Type Method Description protected booleanDBEventSource. nextHandler(ResultSetEvent event, boolean consumed, boolean concurrent)
-