Uses of Class
com.applitools.eyes.universal.AbstractSDKListener
-
Packages that use AbstractSDKListener Package Description com.applitools.eyes com.applitools.eyes.universal -
-
Uses of AbstractSDKListener in com.applitools.eyes
Fields in com.applitools.eyes declared as AbstractSDKListener Modifier and Type Field Description protected static AbstractSDKListenerEyesRunner. listenerthe universal server listener.Methods in com.applitools.eyes with parameters of type AbstractSDKListener Modifier and Type Method Description protected voidEyesRunner. runServer(String baseAgentId, String version, String protocol, String[] commands, AbstractSDKListener listener)Constructors in com.applitools.eyes with parameters of type AbstractSDKListener Constructor Description EyesRunner(String baseAgentId, String version, AbstractSDKListener listener)EyesRunner(String baseAgentId, String version, RunnerOptions runnerOptions, AbstractSDKListener listener)used for instantiating VisualGrid RunnerEyesRunner(String baseAgentId, String version, String protocol, String[] commands, AbstractSDKListener listener)used for instantiating Classic RunnerEyesRunner(String baseAgentId, String version, String protocol, String[] commands, AbstractSDKListener listener, RunnerOptions runnerOptions)used for instantiating VisualGrid Runner -
Uses of AbstractSDKListener in com.applitools.eyes.universal
Subclasses of AbstractSDKListener in com.applitools.eyes.universal Modifier and Type Class Description classUSDKListenerUniversal server socket listenerMethods in com.applitools.eyes.universal with parameters of type AbstractSDKListener Modifier and Type Method Description static CommandExecutorCommandExecutor. getInstance(String agentId, SpecDto spec, AbstractSDKListener listener, StaleElementReferenceException e)Constructors in com.applitools.eyes.universal with parameters of type AbstractSDKListener Constructor Description USDKConnection(AbstractSDKListener listener)
-