public class SingleThreadScreenshotProcessor extends java.lang.Object implements ScreenshotProcessor
| Constructor and Description |
|---|
SingleThreadScreenshotProcessor(EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
void |
queueScreenshot(QueuedScreenshot queuedScreenshot) |
void |
start() |
void |
terminate() |
void |
waitUntilDone() |
@Inject public SingleThreadScreenshotProcessor(EnvironmentVariables environmentVariables)
public void start()
public void waitUntilDone()
waitUntilDone in interface ScreenshotProcessorpublic void terminate()
terminate in interface ScreenshotProcessorpublic void queueScreenshot(QueuedScreenshot queuedScreenshot)
queueScreenshot in interface ScreenshotProcessorpublic boolean isEmpty()
isEmpty in interface ScreenshotProcessor