Uses of Interface
de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.InputHandler
Packages that use AbstractPythonProcessService.InputHandler
-
Uses of AbstractPythonProcessService.InputHandler in de.iip_ecosphere.platform.services.environment
Methods in de.iip_ecosphere.platform.services.environment with parameters of type AbstractPythonProcessService.InputHandlerModifier and TypeMethodDescriptionprotected ThreadAbstractPythonProcessService.createScanInputThread(Process proc, AbstractPythonProcessService.InputHandler handler) Creates a thread callingAbstractPythonProcessService.scanInputStream(Process, InputHandler).protected StringAbstractPythonProcessService.scanInputStream(Process proc, AbstractPythonProcessService.InputHandler handler) Scans the input stream of the given process for return data.