Uses of Interface
com.gargoylesoftware.htmlunit.OnbeforeunloadHandler
-
Packages that use OnbeforeunloadHandler Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of OnbeforeunloadHandler in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return OnbeforeunloadHandler Modifier and Type Method Description OnbeforeunloadHandlerWebClient. getOnbeforeunloadHandler()Returns the onbeforeunload handler for this webclient.Methods in com.gargoylesoftware.htmlunit with parameters of type OnbeforeunloadHandler Modifier and Type Method Description voidWebClient. setOnbeforeunloadHandler(OnbeforeunloadHandler onbeforeunloadHandler)Sets the onbeforeunload handler for this webclient.
-