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 ScreenshotProcessor
public void terminate()
terminate
in interface ScreenshotProcessor
public void queueScreenshot(QueuedScreenshot queuedScreenshot)
queueScreenshot
in interface ScreenshotProcessor
public boolean isEmpty()
isEmpty
in interface ScreenshotProcessor