Uses of Class
com.github.mike10004.xvfbmanager.Poller.StopReason
-
-
Uses of Poller.StopReason in com.github.mike10004.xvfbmanager
Fields in com.github.mike10004.xvfbmanager declared as Poller.StopReason Modifier and Type Field Description Poller.StopReasonPoller.PollOutcome. reasonReason polling stopped.Methods in com.github.mike10004.xvfbmanager that return Poller.StopReason Modifier and Type Method Description static Poller.StopReasonPoller.StopReason. valueOf(String name)Returns the enum constant of this type with the specified name.static Poller.StopReason[]Poller.StopReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-