Uses of Class
com.github.mike10004.xvfbmanager.Poller.PollAction
-
-
Uses of Poller.PollAction in com.github.mike10004.xvfbmanager
Fields in com.github.mike10004.xvfbmanager declared as Poller.PollAction Modifier and Type Field Description Poller.PollActionPoller.PollAnswer. actionAction the poller should take after receiving this answer.Methods in com.github.mike10004.xvfbmanager that return Poller.PollAction Modifier and Type Method Description static Poller.PollActionPoller.PollAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Poller.PollAction[]Poller.PollAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-