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 PhonWorker
OpgraphDebugAction.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 PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, PhonWorker thread) static PhonTask
PluginEntryPointRunner.executePluginOnThread
(IPluginEntryPoint ep, Map<String, Object> args, PhonWorker thread) PluginEntryPointRunner.executePluginOnThread
(PhonWorker thread) Execute plugin on the given worker thread.static PhonTask
PluginEntryPointRunner.executePluginOnThread
(String epName, PhonWorker thread) static PhonTask
PluginEntryPointRunner.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 PhonWorker
PhonWorker.createWorker()
Creates a new PhonWorker thread and returns it.static PhonWorker
PhonWorker.createWorker
(ConcurrentLinkedQueue<Runnable> queue) Create a new worker using a shared queue.static PhonWorker
PhonWorker.getInstance()
Get the static instancestatic PhonWorker
PhonWorker.getShutdownThread()
PhonWorkerGroup.getThreads()