Package org.teiid.client.util
Interface ResultsReceiver<T>
-
public interface ResultsReceiver<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exceptionOccurred(Throwable e)
void
receiveResults(T results)
-