Package net.serenitybdd.core.photography
Class DarkroomProcessingLine
java.lang.Object
net.serenitybdd.core.photography.DarkroomProcessingLine
- All Implemented Interfaces:
java.lang.Runnable
public class DarkroomProcessingLine
extends java.lang.Object
implements java.lang.Runnable
-
Method Summary
Modifier and Type Method Description ScreenshotReceiptaddToProcessingQueue(ScreenshotNegative negative)voidprocess(ScreenshotNegative negative)voidrun()voidterminate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
terminate
public void terminate() -
addToProcessingQueue
-
run
public void run()- Specified by:
runin interfacejava.lang.Runnable
-
process
-