Package deltix.qsrv.hf.tickdb.pub
Interface LoadingErrorListener
-
public interface LoadingErrorListenerListener interface for errors related to loading/sending data into aTickLoader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(LoadingError e)Error in loaded message.
-
-
-
Method Detail
-
onError
void onError(LoadingError e)
Error in loaded message.- Parameters:
e- Error details.
-
-