Package com.applitools.utils
Class EyesSyncObject
- java.lang.Object
-
- com.applitools.utils.EyesSyncObject
-
public class EyesSyncObject extends Object
-
-
Constructor Summary
Constructors Constructor Description EyesSyncObject(Logger logger, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNotified()voidnotifyObject()voidsetId(String id)voidwaitForNotify()
-
-
-
Method Detail
-
setId
public void setId(String id)
-
isNotified
public boolean isNotified()
-
waitForNotify
public void waitForNotify() throws InterruptedException- Throws:
InterruptedException
-
notifyObject
public void notifyObject()
-
-