Uses of Class
ca.phon.worker.PhonWorker
Packages that use PhonWorker
Package
Description
Root package for phon application.
-
Uses of PhonWorker in ca.phon.app
Subclasses of PhonWorker in ca.phon.app -
Uses of PhonWorker in ca.phon.app.opgraph.editor.actions.debug
Methods in ca.phon.app.opgraph.editor.actions.debug that return PhonWorkerModifier and TypeMethodDescriptionprotected PhonWorkerOpgraphDebugAction.getOpgraphThread()Return the opgraph execution thread for the debug action. -
Uses of PhonWorker in ca.phon.plugin
Methods in ca.phon.plugin with parameters of type PhonWorkerModifier and TypeMethodDescriptionstatic PhonTaskPluginEntryPointRunner.executePluginOnThread(IPluginEntryPoint ep, PhonWorker thread) static PhonTaskPluginEntryPointRunner.executePluginOnThread(IPluginEntryPoint ep, Map<String, Object> args, PhonWorker thread) PluginEntryPointRunner.executePluginOnThread(PhonWorker thread) Execute plugin on the given worker thread.static PhonTaskPluginEntryPointRunner.executePluginOnThread(String epName, PhonWorker thread) static PhonTaskPluginEntryPointRunner.executePluginOnThread(String epName, Map<String, Object> args, PhonWorker thread) -
Uses of PhonWorker in ca.phon.ui.action
Methods in ca.phon.ui.action that return PhonWorkerMethods in ca.phon.ui.action with parameters of type PhonWorker -
Uses of PhonWorker in ca.phon.worker
Methods in ca.phon.worker that return PhonWorkerModifier and TypeMethodDescriptionstatic PhonWorkerPhonWorker.createWorker()Creates a new PhonWorker thread and returns it.static PhonWorkerPhonWorker.createWorker(ConcurrentLinkedQueue<Runnable> queue) Create a new worker using a shared queue.static PhonWorkerPhonWorker.getInstance()Get the static instancestatic PhonWorkerPhonWorker.getShutdownThread()PhonWorkerGroup.getThreads()