252253254255256257258259260261262
public void onResponseReceived(PdfLocation location) { indicator.onCompleted(); if (location != null) eventBus_.fireEvent(new SynctexViewPdfEvent(location)); } @Override public void onError(ServerError error) {