Interface XvfbManager.DisplayReadinessChecker

  • All Known Implementing Classes:
    DefaultDisplayReadinessChecker
    Enclosing class:
    XvfbManager

    public static interface XvfbManager.DisplayReadinessChecker
    Interface for classes that can check whether the display has reached a ready state.
    • 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