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 class
ResultSetEventImpl
An 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 ResultSetEvent
DBEventSource. createResultSetEvent(ResultSet resultSet)
Creates aResultSetEvent
for the designated result set.Methods in de.aristaflow.adept2.core.eventmanager.dbevents with parameters of type ResultSetEvent Modifier and Type Method Description protected boolean
DBEventSource. nextHandler(ResultSetEvent event, boolean consumed, boolean concurrent)
-