Uses of Class
com.github.mike10004.xvfbmanager.Poller.PollOutcome
-
-
Uses of Poller.PollOutcome in com.github.mike10004.xvfbmanager
Methods in com.github.mike10004.xvfbmanager that return Poller.PollOutcome Modifier and Type Method Description Poller.PollOutcome<T>Poller. poll(long intervalMs, int maxNumPolls)Polls at regular intervals.Poller.PollOutcome<T>Poller. poll(Iterator<Long> intervalsMs)Starts polling and returns an outcome when polling stops.
-