Uses of Class
com.github.mike10004.xvfbmanager.Poller
-
-
Uses of Poller in com.github.mike10004.xvfbmanager
Subclasses of Poller in com.github.mike10004.xvfbmanager Modifier and Type Class Description protected static classPoller.SimplePollerMethods in com.github.mike10004.xvfbmanager that return Poller Modifier and Type Method Description static Poller<Void>Poller. checking(Supplier<Boolean> condition)Creates a simple poller that evaluates a condition on each poll.
-