net.thucydides.core.screenshots
Class MultithreadScreenshotProcessor

Package class diagram package MultithreadScreenshotProcessor
java.lang.Object
  extended by net.thucydides.core.screenshots.MultithreadScreenshotProcessor
All Implemented Interfaces:
ScreenshotProcessor

public class MultithreadScreenshotProcessor
extends Object
implements ScreenshotProcessor


Constructor Summary
MultithreadScreenshotProcessor()
           
 
Method Summary
 boolean isEmpty()
           
 void queueScreenshot(QueuedScreenshot queuedScreenshot)
           
 void start()
           
 void waitUntilDone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultithreadScreenshotProcessor

public MultithreadScreenshotProcessor()
Method Detail

start

public void start()

waitUntilDone

public void waitUntilDone()
Specified by:
waitUntilDone in interface ScreenshotProcessor

queueScreenshot

public void queueScreenshot(QueuedScreenshot queuedScreenshot)
Specified by:
queueScreenshot in interface ScreenshotProcessor

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface ScreenshotProcessor


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.