Package com.github.mike10004.xvfbmanager
Interface XvfbManager.DisplayReadinessChecker
-
- All Known Implementing Classes:
DefaultDisplayReadinessChecker
- Enclosing class:
- XvfbManager
public static interface XvfbManager.DisplayReadinessCheckerInterface for classes that can check whether the display has reached a ready state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckReadiness(String display)Checks whether the display is ready.
-
-
-
Method Detail
-
checkReadiness
boolean checkReadiness(String display)
Checks whether the display is ready.- Parameters:
display- the display to check, e.g. ":123"- Returns:
- true iff the display is ready
-
-