MCPcopy Create free account
hub / github.com/buggins/coolreader / OnLoadFileError

Method OnLoadFileError

android/jni/docview.cpp:117–121  ·  view source on GitHub ↗

file load finiished with error

Source from the content-addressed store, hash-verified

115 }
116 /// file load finiished with error
117 virtual void OnLoadFileError( lString16 message )
118 {
119 CRLog::info("DocViewCallback::OnLoadFileError() called");
120 _env->CallVoidMethod(_obj, _OnLoadFileError, _env.toJavaString(message));
121 }
122 /// Override to handle external links
123 virtual void OnExternalLink( lString16 url, ldomNode * node )
124 {

Callers

nothing calls this directly

Calls 1

toJavaStringMethod · 0.80

Tested by

no test coverage detected