T - public interface QueryForListListener<T>
List<T>.| Modifier and Type | Method and Description |
|---|---|
void |
onException(Exception x)
Called if an exception is raised while getting or converting the
ResultSet. |
void |
onQueryComplete(List<T> results)
Called upon query completion.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.