Package co.verisoft.fw.async
Interface AsyncExecutor.AsyncListener
-
- All Superinterfaces:
Subject,org.openqa.selenium.support.events.WebDriverListener
- All Known Implementing Classes:
AsyncListenerImp
- Enclosing interface:
- AsyncExecutor
public static interface AsyncExecutor.AsyncListener extends Subject, org.openqa.selenium.support.events.WebDriverListener
Interface to define the AsyncListener. One have to implement Subject, SearchingEventListener and methods inline in order to satisfy the interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDispatchInterval(Duration interval)Setter for the dispatch interval and the time unit.-
Methods inherited from interface co.verisoft.fw.async.Subject
notifyObservers, register, unregister
-
Methods inherited from interface org.openqa.selenium.support.events.WebDriverListener
afterAccept, afterAddCookie, afterAnyAlertCall, afterAnyCall, afterAnyNavigationCall, afterAnyOptionsCall, afterAnyTimeoutsCall, afterAnyWebDriverCall, afterAnyWebElementCall, afterAnyWindowCall, afterBack, afterClear, afterClick, afterClose, afterDeleteAllCookies, afterDeleteCookie, afterDeleteCookieNamed, afterDismiss, afterExecuteAsyncScript, afterExecuteScript, afterFindElement, afterFindElement, afterFindElements, afterFindElements, afterForward, afterFullscreen, afterGet, afterGetAttribute, afterGetCookieNamed, afterGetCookies, afterGetCssValue, afterGetCurrentUrl, afterGetLocation, afterGetPageSource, afterGetPosition, afterGetSize, afterGetSize, afterGetTagName, afterGetText, afterGetText, afterGetTitle, afterGetWindowHandle, afterGetWindowHandles, afterImplicitlyWait, afterIsDisplayed, afterIsEnabled, afterIsSelected, afterMaximize, afterPageLoadTimeout, afterPerform, afterQuit, afterRefresh, afterResetInputState, afterSendKeys, afterSendKeys, afterSetPosition, afterSetScriptTimeout, afterSetSize, afterSubmit, afterTo, afterTo, beforeAccept, beforeAddCookie, beforeAnyAlertCall, beforeAnyCall, beforeAnyNavigationCall, beforeAnyOptionsCall, beforeAnyTimeoutsCall, beforeAnyWebDriverCall, beforeAnyWebElementCall, beforeAnyWindowCall, beforeBack, beforeClear, beforeClick, beforeClose, beforeDeleteAllCookies, beforeDeleteCookie, beforeDeleteCookieNamed, beforeDismiss, beforeExecuteAsyncScript, beforeExecuteScript, beforeFindElement, beforeFindElement, beforeFindElements, beforeFindElements, beforeForward, beforeFullscreen, beforeGet, beforeGetAttribute, beforeGetCookieNamed, beforeGetCookies, beforeGetCssValue, beforeGetCurrentUrl, beforeGetLocation, beforeGetPageSource, beforeGetPosition, beforeGetSize, beforeGetSize, beforeGetTagName, beforeGetText, beforeGetText, beforeGetTitle, beforeGetWindowHandle, beforeGetWindowHandles, beforeImplicitlyWait, beforeIsDisplayed, beforeIsEnabled, beforeIsSelected, beforeMaximize, beforePageLoadTimeout, beforePerform, beforeQuit, beforeRefresh, beforeResetInputState, beforeSendKeys, beforeSendKeys, beforeSetPosition, beforeSetScriptTimeout, beforeSetSize, beforeSubmit, beforeTo, beforeTo, onError
-
-
-
-
Method Detail
-
setDispatchInterval
void setDispatchInterval(Duration interval)
Setter for the dispatch interval and the time unit. The defailt valie of the dispatcher is 1 second and it is the minimum dispatcher possible. If tried to set less than 1 second, setter will not update the values- Parameters:
interval- new interval for invocation
-
-