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

Method execute

android/src/org/coolreader/crengine/Engine.java:211–216  ·  view source on GitHub ↗

Execute task in Engine thread @param task is task to execute

(final EngineTask task)

Source from the content-addressed store, hash-verified

209 * is task to execute
210 */
211 public void execute(final EngineTask task) {
212 if (LOG_ENGINE_TASKS)
213 log.d("executing task " + task.getClass().getSimpleName());
214 TaskHandler taskHandler = new TaskHandler(task);
215 mBackgroundThread.executeBackground(taskHandler);
216 }
217
218 /**
219 * Schedule task for execution in Engine thread

Callers 10

runInGUIMethod · 0.95
onUserActivityMethod · 0.45
runMethod · 0.45
onErrorMethod · 0.45
runInternalMethod · 0.45
runMethod · 0.45
saveBookCoverpageMethod · 0.45
EngineMethod · 0.45
uninitMethod · 0.45
scanDirectoryMethod · 0.45

Calls 3

getClassMethod · 0.80
executeBackgroundMethod · 0.80
dMethod · 0.65

Tested by

no test coverage detected