Uses of Class
com.ganteater.ae.processor.TaskProcessorThread
Packages that use TaskProcessorThread
-
Uses of TaskProcessorThread in com.ganteater.ae
Methods in com.ganteater.ae with parameters of type TaskProcessorThreadModifier and TypeMethodDescriptionvoid
RecipeListener.startChildProcess
(TaskProcessorThread aMaxTestRunnable) void
RecipeRunner.startChildProcess
(TaskProcessorThread aMaxTestRunnable) void
RecipeListener.stopChildProcess
(TaskProcessorThread aMaxTestRunnable) void
RecipeRunner.stopChildProcess
(TaskProcessorThread aMaxTestRunnable) -
Uses of TaskProcessorThread in com.ganteater.ae.processor
Fields in com.ganteater.ae.processor with type parameters of type TaskProcessorThreadMethods in com.ganteater.ae.processor that return TaskProcessorThreadMethods in com.ganteater.ae.processor with parameters of type TaskProcessorThreadModifier and TypeMethodDescriptionvoid
Processor.regChildProcess
(TaskProcessorThread aMaxTestRunnable) void
Processor.unregChildProcess
(TaskProcessorThread aMaxTestRunnable)